Skip to content

Commit

Permalink
Merge pull request #194 from StarArawn/update-font-version
Browse files Browse the repository at this point in the history
More release prep stuff.
  • Loading branch information
StarArawn authored Dec 11, 2022
2 parents 96f271b + 0384394 commit ea637ae
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ msdfgen
.DS_Store

Cargo.lock

.cargo
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 = { version = "0.9" }
bytemuck = "1.12"
dashmap = "5.4"
kayak_font = { path = "./kayak_font", version = "0.1" }
kayak_font = { path = "./kayak_font", version = "0.2" }
morphorm = "0.3"
kayak_ui_macros = { path = "./kayak_ui_macros", version = "0.1" }
kayak_ui_macros = { path = "./kayak_ui_macros", version = "0.2" }
indexmap = "1.9"
log = "0.4"
bitflags = "1.3.2"
Expand Down
2 changes: 1 addition & 1 deletion kayak_font/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "kayak_font"
description = "An SDF font renderer for Kayak UI and the Bevy game engine"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
resolver = "2"
authors = ["John Mitchell"]
Expand Down
2 changes: 1 addition & 1 deletion kayak_ui_macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "kayak_ui_macros"
description = "A proc macro library that provides RSX like syntax for Kayak UI."
version = "0.1.0"
version = "0.2.0"
edition = "2021"
resolver = "2"
authors = ["John Mitchell"]
Expand Down

0 comments on commit ea637ae

Please sign in to comment.