Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
bevyengine
GitHub Repository: bevyengine/bevy
Path: blob/main/examples/large_scenes/bevy_city/Cargo.toml
30635 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
"bevy_feathers",
13
"web_asset_cache",
14
"bevy_dev_tools",
15
] }
16
17
argh = "0.1"
18
noise = "0.9.0"
19
rand = "0.10.0"
20
21