Newer
Older
description = "A UI library built using the bevy game engine!"
authors = ["John Mitchell"]
homepage = "https://github.com/StarArawn/kayak_ui"
repository = "https://github.com/StarArawn/kayak_ui"
license = "MIT OR Apache-2.0"
exclude = ["assets/*", "screenshots/*", "book"]
members = ["kayak_ui_macros", "kayak_font"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
bevy = { version = "0.9", default-features = false, features = ["bevy_ui"] }
kayak_font = { path = "./kayak_font", version = "0.2" }
morphorm = "0.3"
kayak_ui_macros = { path = "./kayak_ui_macros", version = "0.2" }
resources = "1.1"
bevy-inspector-egui = "0.14"
[[example]]
name = "tabs"
path = "examples/tabs/tabs.rs"
[[example]]
name = "todo"
path = "examples/todo/todo.rs"