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" }
|
2020-05-02 17:56:30 -07:00
|
|
|
bevy_asset = { path = "../bevy_asset" }
|
2020-05-27 19:27:55 -07:00
|
|
|
bevy_type_registry = { path = "../bevy_type_registry" }
|
2020-04-06 14:20:53 -07:00
|
|
|
bevy_core = { path = "../bevy_core" }
|
|
|
|
bevy_derive = { path = "../bevy_derive" }
|
2020-07-09 21:18:35 -07:00
|
|
|
bevy_ecs = { path = "../bevy_ecs" }
|
2020-05-30 12:31:04 -07:00
|
|
|
bevy_sprite = { path = "../bevy_sprite" }
|
2020-05-17 18:09:29 -07:00
|
|
|
bevy_text = { path = "../bevy_text" }
|
2020-04-06 14:20:53 -07:00
|
|
|
bevy_transform = { path = "../bevy_transform" }
|
|
|
|
bevy_render = { path = "../bevy_render" }
|
|
|
|
bevy_window = { path = "../bevy_window" }
|
|
|
|
|
2020-06-01 19:23:11 -07:00
|
|
|
glam = "0.8.7"
|