mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 15:14:50 +00:00
13 lines
No EOL
385 B
TOML
13 lines
No EOL
385 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_derive = { path = "../bevy_derive" }
|
|
bevy_ecs = { path = "../bevy_ecs" }
|
|
bevy_property = { path = "../bevy_property" }
|
|
bevy_type_registry = { path = "../bevy_type_registry" }
|
|
bevy_math = { path = "../bevy_math" } |