Skip to content
Snippets Groups Projects
Unverified Commit 76cf1ceb authored by John's avatar John Committed by GitHub
Browse files

Merge pull request #162 from StarArawn/add-versions

Added versions to workspace crates.
parents 374da762 b338fc6c
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment