mirror of
https://github.com/lightsoutgames/bevy_full_throttle
synced 2024-11-12 23:45:56 +00:00
chore: Update to Bevy 0.10.
This commit is contained in:
parent
d2d6b9238a
commit
138e8d8b42
|
@ -9,7 +9,7 @@ edition = "2021"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
bevy = { version = "0.9", default-features = false }
|
||||
bevy = { version = "0.10", default-features = false }
|
||||
ctrlc = "3"
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
|
|
|
@ -76,6 +76,6 @@ impl Plugin for FullThrottlePlugin {
|
|||
app.insert_resource(*self)
|
||||
.add_startup_system(setup)
|
||||
.add_system(focus_change)
|
||||
.add_system_to_stage(CoreStage::PostUpdate, exit);
|
||||
.add_system(exit.in_base_set(CoreSet::PostUpdate));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user