Newer
Older
[package]
name = "kayak_ui"
version = "0.1.0"
edition = "2021"
resolver = "2"
[workspace]
members = ["bevy_kayak_ui", "kayak_core", "kayak_render_macros", "kayak_font"]
bevy_renderer = [
"bevy_kayak_ui",
"kayak_font",
"kayak_core/bevy_renderer",
"bevy",
]
bevy = { git = "https://github.com/bevyengine/bevy", rev = "081350916c39fc1c7c9d659ccb6d86413832b465", optional = true }
bevy_kayak_ui = { path = "bevy_kayak_ui", optional = true }
kayak_font = { path = "kayak_font", optional = true }
bevy = { git = "https://github.com/bevyengine/bevy", rev = "081350916c39fc1c7c9d659ccb6d86413832b465" }