Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
bevyengine
GitHub Repository: bevyengine/bevy
Path: blob/main/examples/large_scenes/bevy_city/Cargo.toml
9728 views
1
[package]
2
name = "bevy_city"
3
version = "0.1.0"
4
edition = "2024"
5
publish = false
6
license = "MIT OR Apache-2.0"
7
8
[dependencies]
9
bevy = { path = "../../../", features = [
10
"https",
11
"free_camera",
12
"experimental_bevy_feathers",
13
] }
14
15
argh = "0.1"
16
noise = "0.9.0"
17
rand = "0.10.0"
18
19