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

More changes to cargo toml's to add release related stuff.

parent a86aadd8
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ license-file = "LICENSE"
exclude = ["assets/*", "screenshots/*"]
[workspace]
members = ["kayak_ui_macros"]
members = ["kayak_ui_macros", "kayak_font"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
......@@ -20,7 +20,7 @@ bevy = { git = "https://github.com/bevyengine/bevy", version = "0.9" }
bytemuck = "1.12"
dashmap = "5.4"
kayak_font = { path = "./kayak_font" }
morphorm = { git = "https://github.com/geom3trik/morphorm", rev = "1243152d4cebea46fd3e5098df26402c73acae91" }
morphorm = "0.3"
kayak_ui_macros = { path = "./kayak_ui_macros" }
indexmap = "1.9"
log = "0.4"
......
[package]
name = "kayak_font"
description = "An SDF font renderer for Kayak UI and the Bevy game engine"
version = "0.1.0"
edition = "2021"
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"
edition = "2021"
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