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

Merge pull request #160 from StarArawn/prerelease-changes

More changes to cargo for release.
parents 67f792ce 6ad517ec
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ authors = ["John Mitchell"]
homepage = "https://github.com/StarArawn/kayak_ui"
repository = "https://github.com/StarArawn/kayak_ui"
license-file = "LICENSE"
exclude = ["assets/*", "screenshots/*"]
exclude = ["assets/*", "screenshots/*", "book"]
[workspace]
members = ["kayak_ui_macros", "kayak_font"]
......
......@@ -3,11 +3,12 @@ name = "kayak_font"
description = "An SDF font renderer for Kayak UI and the Bevy game engine"
version = "0.1.0"
edition = "2021"
resolver = "2"
authors = ["John Mitchell"]
homepage = "https://github.com/StarArawn/kayak_ui"
repository = "https://github.com/StarArawn/kayak_ui"
license-file = "../LICENSE"
exclude = ["assets/*", "screenshots/*"]
exclude = ["assets/*"]
[features]
default = ["bevy_renderer"]
......
......@@ -3,11 +3,11 @@ name = "kayak_ui_macros"
description = "A proc macro library that provides RSX like syntax for Kayak UI."
version = "0.1.0"
edition = "2021"
resolver = "2"
authors = ["John Mitchell"]
homepage = "https://github.com/StarArawn/kayak_ui"
repository = "https://github.com/StarArawn/kayak_ui"
license-file = "../LICENSE"
exclude = ["assets/*", "screenshots/*"]
[lib]
proc-macro = true
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
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