You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
628 B
TOML
43 lines
628 B
TOML
[package]
|
|
name = "games"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[[example]]
|
|
name = "demo_parallax2d"
|
|
path = "examples/demos/parallax2d.rs"
|
|
|
|
[[example]]
|
|
name = "demo_parallax3d"
|
|
path = "examples/demos/parallax3d.rs"
|
|
|
|
[features]
|
|
hide_debug = []
|
|
|
|
[dependencies]
|
|
thiserror = "2.0.12"
|
|
|
|
[dependencies.serde]
|
|
version = "1.0.219"
|
|
features = ["derive"]
|
|
|
|
[dependencies.avian3d]
|
|
version = "0.3.1"
|
|
|
|
[dependencies.avian2d]
|
|
version = "0.3.1"
|
|
|
|
[dependencies.bevy]
|
|
version = "0.16.1"
|
|
features = ["wayland", "dynamic_linking"]
|
|
|
|
[dev-dependencies]
|
|
lipsum = "*"
|
|
rand = "*"
|
|
itertools = "*"
|
|
indoc = "*"
|
|
|
|
[build-dependencies]
|
|
walkdir = "*"
|
|
chrono = "*"
|