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-file = "LICENSE"
exclude = ["assets/*", "screenshots/*"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
bevy = { git = "https://github.com/bevyengine/bevy", version = "0.9" }
resources = "1.1"
[[example]]
name = "tabs"
path = "examples/tabs/tabs.rs"
[[example]]
name = "todo"
path = "examples/todo/todo.rs"