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", 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" }
bevy = { git = "https://github.com/bevyengine//bevy", rev = "50b3f27a767e3b538694d5e7b3ccfdffca647f1b" }