bevy/crates/bevy_transform/Cargo.toml

16 lines
356 B
TOML
Raw Normal View History

[package]
2020-01-19 10:02:12 +00:00
name = "bevy_transform"
version = "0.1.0"
authors = ["Carter Anderson <mcanders1@gmail.com>", "Alec Thilenius <alec@thilenius.com>"]
edition = "2018"
license = "MIT"
[dependencies]
2020-07-10 04:18:35 +00:00
bevy_ecs = { path = "../bevy_ecs"}
bevy_property = { path = "../bevy_property" }
2020-07-10 04:18:35 +00:00
glam = "0.8.7"
log = "0.4"
smallvec = { version = "1.4", features = ["serde"] }