Skip to content

Commit

Permalink
Merge pull request #162 from StarArawn/add-versions
Browse files Browse the repository at this point in the history
Added versions to workspace crates.
  • Loading branch information
StarArawn authored Nov 13, 2022
2 parents 374da76 + b338fc6 commit 76cf1ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 76cf1ce

Please sign in to comment.