mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Format code
This commit is contained in:
parent
3c7dddf336
commit
0b6bd33f2e
@ -1,6 +1,5 @@
|
|||||||
use cgmath::Vector2;
|
use cgmath::Vector2;
|
||||||
|
|
||||||
|
|
||||||
use crate::input::UpdateState;
|
use crate::input::UpdateState;
|
||||||
use crate::map_state::MapState;
|
use crate::map_state::MapState;
|
||||||
use std::time::Duration;
|
use std::time::Duration;
|
||||||
|
|||||||
@ -1,25 +1,9 @@
|
|||||||
|
|
||||||
use std::future::Future;
|
use std::future::Future;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
use crate::error::Error;
|
use crate::error::Error;
|
||||||
|
|
||||||
use crate::io::shared_thread_state::SharedThreadState;
|
use crate::io::shared_thread_state::SharedThreadState;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
pub struct Scheduler {
|
pub struct Scheduler {
|
||||||
schedule_method: ScheduleMethod,
|
schedule_method: ScheduleMethod,
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
use crate::io::shared_thread_state::SharedThreadState;
|
use crate::io::shared_thread_state::SharedThreadState;
|
||||||
|
|
||||||
pub struct TokioScheduleMethod;
|
pub struct TokioScheduleMethod;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user