checkpoint
This commit is contained in:
parent
180070c5af
commit
cacb322fac
2 changed files with 1358 additions and 759 deletions
2109
Cargo.lock
generated
2109
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -1,13 +1,13 @@
|
|||
[package]
|
||||
name = "cyber_rider"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
rand = "0.8"
|
||||
# bevy_polyline = "0.4"
|
||||
noise = "0.9"
|
||||
hexasphere = "14"
|
||||
hexasphere = "15"
|
||||
#wgpu = "0.20"
|
||||
# bevy-inspector-egui = "0.18"
|
||||
|
||||
|
@ -15,13 +15,13 @@ hexasphere = "14"
|
|||
inspector = []
|
||||
|
||||
[dependencies.bevy]
|
||||
version = "0.14"
|
||||
version = "0.15"
|
||||
default-features = true
|
||||
features = ["bevy_dev_tools"]
|
||||
|
||||
[dependencies.avian3d]
|
||||
default-features = false
|
||||
version = "0.1"
|
||||
version = "0.2"
|
||||
features = ["3d", "f32", "parry-f32", "debug-plugin", "default-collider", "collider-from-mesh"]
|
||||
|
||||
# Maybe also enable only a small amount of optimization for our code:
|
||||
|
|
Loading…
Reference in a new issue