bevy_synthizer/Cargo.toml

16 lines
448 B
TOML
Raw Normal View History

2022-05-18 18:04:58 +00:00
[package]
name = "bevy_synthizer"
version = "0.1.0"
authors = ["Nolan Darilek <nolan@thewordnerd.info>"]
license = "MIT OR Apache-2.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1"
2022-08-01 16:02:05 +00:00
bevy = { version = "0.8", default-features = false, features = ["bevy_asset"] }
2022-09-28 14:33:55 +00:00
synthizer = "0.5"
2022-05-18 20:39:37 +00:00
[dev-dependencies]
2022-08-01 16:02:05 +00:00
bevy = { version = "0.8", default-features = true }