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

Merge pull request #194 from StarArawn/update-font-version

More release prep stuff.
parents 96f271b6 03843946
No related branches found
No related tags found
No related merge requests found
...@@ -17,3 +17,5 @@ msdfgen ...@@ -17,3 +17,5 @@ msdfgen
.DS_Store .DS_Store
Cargo.lock Cargo.lock
.cargo
\ No newline at end of file
...@@ -19,9 +19,9 @@ members = ["kayak_ui_macros", "kayak_font"] ...@@ -19,9 +19,9 @@ members = ["kayak_ui_macros", "kayak_font"]
bevy = { version = "0.9" } bevy = { version = "0.9" }
bytemuck = "1.12" bytemuck = "1.12"
dashmap = "5.4" dashmap = "5.4"
kayak_font = { path = "./kayak_font", version = "0.1" } kayak_font = { path = "./kayak_font", version = "0.2" }
morphorm = "0.3" 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" indexmap = "1.9"
log = "0.4" log = "0.4"
bitflags = "1.3.2" bitflags = "1.3.2"
......
[package] [package]
name = "kayak_font" name = "kayak_font"
description = "An SDF font renderer for Kayak UI and the Bevy game engine" description = "An SDF font renderer for Kayak UI and the Bevy game engine"
version = "0.1.0" version = "0.2.0"
edition = "2021" edition = "2021"
resolver = "2" resolver = "2"
authors = ["John Mitchell"] authors = ["John Mitchell"]
......
[package] [package]
name = "kayak_ui_macros" name = "kayak_ui_macros"
description = "A proc macro library that provides RSX like syntax for Kayak UI." description = "A proc macro library that provides RSX like syntax for Kayak UI."
version = "0.1.0" version = "0.2.0"
edition = "2021" edition = "2021"
resolver = "2" resolver = "2"
authors = ["John Mitchell"] authors = ["John Mitchell"]
......
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