Skip to content
Snippets Groups Projects
Commit 03843946 authored by John Mitchell's avatar John Mitchell
Browse files

More release prep stuff.

parent 96f271b6
No related branches found
No related tags found
No related merge requests found
......@@ -17,3 +17,5 @@ msdfgen
.DS_Store
Cargo.lock
.cargo
\ No newline at end of file
......@@ -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"
......
[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"]
......
[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"]
......
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