2020-04-06 21:20:53 +00:00
|
|
|
[package]
|
|
|
|
name = "bevy_ui"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Carter Anderson <mcanders1@gmail.com>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
bevy_app = { path = "../bevy_app" }
|
2020-05-03 00:56:30 +00:00
|
|
|
bevy_asset = { path = "../bevy_asset" }
|
2020-04-06 21:20:53 +00:00
|
|
|
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"] }
|
2020-05-03 23:55:17 +00:00
|
|
|
glam = { path = "../bevy_glam" }
|
|
|
|
|
|
|
|
zerocopy = "0.3.0"
|