More changes to cargo toml's to add release related stuff.
... | ... | @@ -11,7 +11,7 @@ license-file = "LICENSE" |
exclude = ["assets/*", "screenshots/*"] | ||
[workspace] | ||
members = ["kayak_ui_macros"] | ||
members = ["kayak_ui_macros", "kayak_font"] | ||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
... | ... | @@ -20,7 +20,7 @@ bevy = { git = "https://github.com/bevyengine/bevy", version = "0.9" } |
bytemuck = "1.12" | ||
dashmap = "5.4" | ||
kayak_font = { path = "./kayak_font" } | ||
morphorm = { git = "https://github.com/geom3trik/morphorm", rev = "1243152d4cebea46fd3e5098df26402c73acae91" } | ||
morphorm = "0.3" | ||
kayak_ui_macros = { path = "./kayak_ui_macros" } | ||
indexmap = "1.9" | ||
log = "0.4" | ||
... | ... |
Please register or sign in to comment