2
0
Fork 0
mirror of https://github.com/bevyengine/bevy synced 2025-03-06 08:17:34 +00:00
bevy/crates/bevy_ui/Cargo.toml

16 lines
456 B
TOML
Raw Normal View History

2020-04-06 14:20:53 -07:00
[package]
name = "bevy_ui"
version = "0.1.0"
authors = ["Carter Anderson <mcanders1@gmail.com>"]
edition = "2018"
[dependencies]
bevy_app = { path = "../bevy_app" }
bevy_core = { path = "../bevy_core" }
bevy_derive = { path = "../bevy_derive" }
bevy_transform = { path = "../bevy_transform" }
bevy_render = { path = "../bevy_render" }
bevy_window = { path = "../bevy_window" }
legion = { path = "../bevy_legion", features = ["serialize"] }
glam = "0.8.6"