mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
little cleanup
This commit is contained in:
parent
bfa6a2e2a2
commit
5b31c7c1f9
@ -39,6 +39,4 @@ fn main() {
|
|||||||
// Wait for the next tick.
|
// Wait for the next tick.
|
||||||
clock.tick(Duration::from_millis(1000 / TPS));
|
clock.tick(Duration::from_millis(1000 / TPS));
|
||||||
}
|
}
|
||||||
|
|
||||||
//settings.save_to_file().expect("failed to save the settings!");
|
|
||||||
}
|
}
|
||||||
|
@ -14,7 +14,6 @@ vek = "0.9"
|
|||||||
uvth = "3.1.0"
|
uvth = "3.1.0"
|
||||||
lazy_static = "1.3.0"
|
lazy_static = "1.3.0"
|
||||||
scan_fmt = "0.1.3"
|
scan_fmt = "0.1.3"
|
||||||
|
|
||||||
ron = "0.5.1"
|
ron = "0.5.1"
|
||||||
serde = "1.0"
|
serde = "1.0"
|
||||||
serde_derive = "1.0"
|
serde_derive = "1.0"
|
Loading…
Reference in New Issue
Block a user