bevy/crates/bevy_core/Cargo.toml

13 lines
369 B
TOML
Raw Normal View History

2020-04-05 20:19:02 -07:00
[package]
name = "bevy_core"
version = "0.1.0"
authors = ["Carter Anderson <mcanders1@gmail.com>"]
edition = "2018"
[dependencies]
bevy_app = { path = "../bevy_app" }
bevy_component_registry = { path = "../bevy_component_registry" }
2020-04-05 20:19:02 -07:00
bevy_transform = { path = "../bevy_transform" }
legion = { path = "../bevy_legion" }
2020-05-03 16:55:17 -07:00
glam = { path = "../bevy_glam" }
2020-04-05 20:19:02 -07:00
zerocopy = "0.3"