diff --git a/Cargo.toml b/Cargo.toml index cef1de5b8598e736fd7eee746ec97e6f639142c8..28d4fd08ebc7400dc3ad56615863e9d9e4b3ac17 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,9 +19,9 @@ members = ["kayak_ui_macros", "kayak_font"] bevy = { git = "https://github.com/bevyengine/bevy", version = "0.9" } bytemuck = "1.12" dashmap = "5.4" -kayak_font = { path = "./kayak_font" } +kayak_font = { path = "./kayak_font", version = "0.1" } morphorm = "0.3" -kayak_ui_macros = { path = "./kayak_ui_macros" } +kayak_ui_macros = { path = "./kayak_ui_macros", version = "0.1" } indexmap = "1.9" log = "0.4" bitflags = "1.3.2"