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.
29 lines
482 B
TOML
29 lines
482 B
TOML
[package]
|
|
name = "engine"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[features]
|
|
hide_debug = []
|
|
|
|
[dependencies.bevy]
|
|
version = "0.17.2"
|
|
features = ["wayland", "dynamic_linking", "track_location", "experimental_bevy_feathers", "experimental_bevy_ui_widgets"]
|
|
|
|
[dependencies.serde]
|
|
version = "1.0.219"
|
|
features = ["derive"]
|
|
|
|
[dependencies]
|
|
itertools = "0.14.0"
|
|
thiserror = "2.0.12"
|
|
|
|
[dev-dependencies]
|
|
lipsum = "*"
|
|
rand = "*"
|
|
itertools = "*"
|
|
|
|
[build-dependencies]
|
|
walkdir = "*"
|
|
chrono = "*"
|