bevy_synthizer/Cargo.toml

13 lines
349 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"
bevy = { version = "0.7", default-features = false }
2022-05-18 18:10:07 +00:00
synthizer = "0.4"