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/*", "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.10", default-features = false, features = ["bevy_render", "bevy_sprite", "bevy_asset", "bevy_winit", "bevy_core_pipeline", "bevy_ui"] }
morphorm = "0.3"
kayak_ui_macros = { path = "./kayak_ui_macros", version = "0.3" }
resources = "1.1"
bevy_svg = { git = "https://github.com/StarArawn/bevy_svg", rev = "9a14eccf680b7fa98f6494fc10e8aaa5931de5c8", default-features = false }
interpolation = { version = "0.2" }
uuid = { version = "1.3", features = ["v4"] }
bevy-inspector-egui = "0.18"
bevy = { version = "0.10", default-features = true }
[[example]]
name = "tabs"
path = "examples/tabs/tabs.rs"
[[example]]
name = "todo"
path = "examples/todo/todo.rs"