Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [package]
- name = "stw_clone"
- version = "0.0.0"
- edition = "2024"
- [dependencies]
- avian3d = "0.4"
- bevy = { version = "0.17" }
- bevy-inspector-egui = "0.35"
- bevy-tnua = "0.26.0"
- bevy-tnua-avian3d = "0.8.0"
- bevy-tnua-physics-integration-layer = "0.10.0"
- bevy_debug_grid = "0.8"
- bevy_egui = "0.38"
- bevy_gizmos = "0.17.2"
- itertools = "0.14"
- strum = { version = "0.27", features = ["derive", "strum_macros"] }
- dyn-iter = "1.0.1"
- bevy_panorbit_camera = { version = "0.33.0", features = ["bevy_egui"] }
- bitvec = "1.0.1"
- tap = "1.0.1"
- egui = "0.33"
- keyseq = {version = "0.7.0", features = ["bevy"]}
- nonzero_ext = "0.3.0"
- [profile.release]
- codegen-units = 1
- # Enable a small amount of optimization in the dev profile.
- [profile.dev]
- opt-level = 1
- # Enable a large amount of optimization in the dev profile for dependencies.
- [profile.dev.package."*"]
- opt-level = 3
- [features]
- default = ["fast-compile"]
- fast-compile = ["bevy/dynamic_linking"]
- [package.metadata.cargo-machete]
- ignored = ["bevy-tnua-physics-integration-layer", "bevy_gizmos"]
Advertisement
Add Comment
Please, Sign In to add comment