14 lines
388 B
TOML
14 lines
388 B
TOML
[package]
|
|
name = "bevy_scriptum"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
bevy = { default-features = false, version = "0.10.1", features = [
|
|
"bevy_asset",
|
|
] }
|
|
serde = "1.0.162"
|
|
rhai = { version = "1.14.0", features = ["sync", "internals", "unchecked"] }
|
|
thiserror = "1.0.40"
|