Skip to content

Commit ea637ae

Browse files
authored
Merge pull request #194 from StarArawn/update-font-version
More release prep stuff.
2 parents 96f271b + 0384394 commit ea637ae

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ msdfgen
1717
.DS_Store
1818

1919
Cargo.lock
20+
21+
.cargo

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ members = ["kayak_ui_macros", "kayak_font"]
1919
bevy = { version = "0.9" }
2020
bytemuck = "1.12"
2121
dashmap = "5.4"
22-
kayak_font = { path = "./kayak_font", version = "0.1" }
22+
kayak_font = { path = "./kayak_font", version = "0.2" }
2323
morphorm = "0.3"
24-
kayak_ui_macros = { path = "./kayak_ui_macros", version = "0.1" }
24+
kayak_ui_macros = { path = "./kayak_ui_macros", version = "0.2" }
2525
indexmap = "1.9"
2626
log = "0.4"
2727
bitflags = "1.3.2"

kayak_font/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "kayak_font"
33
description = "An SDF font renderer for Kayak UI and the Bevy game engine"
4-
version = "0.1.0"
4+
version = "0.2.0"
55
edition = "2021"
66
resolver = "2"
77
authors = ["John Mitchell"]

kayak_ui_macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "kayak_ui_macros"
33
description = "A proc macro library that provides RSX like syntax for Kayak UI."
4-
version = "0.1.0"
4+
version = "0.2.0"
55
edition = "2021"
66
resolver = "2"
77
authors = ["John Mitchell"]

0 commit comments

Comments
 (0)