mirror of
https://github.com/bevyengine/bevy
synced 2024-11-23 05:03:47 +00:00
13 lines
No EOL
369 B
TOML
13 lines
No EOL
369 B
TOML
[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" }
|
|
bevy_transform = { path = "../bevy_transform" }
|
|
legion = { path = "../bevy_legion" }
|
|
glam = { path = "../bevy_glam" }
|
|
zerocopy = "0.3" |