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

Updated cargo files with more info.

parent 8a2ccdbc
No related branches found
No related tags found
No related merge requests found
[package] [package]
name = "kayak_ui" name = "kayak_ui"
description = "A UI library built using the bevy game engine!"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"
resolver = "2" 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/*"]
[workspace] [workspace]
members = ["kayak_ui_macros"] members = ["kayak_ui_macros"]
......
...@@ -2,6 +2,11 @@ ...@@ -2,6 +2,11 @@
name = "kayak_font" name = "kayak_font"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"
authors = ["John Mitchell"]
homepage = "https://github.com/StarArawn/kayak_ui"
repository = "https://github.com/StarArawn/kayak_ui"
license-file = "../LICENSE"
exclude = ["assets/*", "screenshots/*"]
[features] [features]
default = ["bevy_renderer"] default = ["bevy_renderer"]
......
...@@ -2,6 +2,11 @@ ...@@ -2,6 +2,11 @@
name = "kayak_ui_macros" name = "kayak_ui_macros"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"
authors = ["John Mitchell"]
homepage = "https://github.com/StarArawn/kayak_ui"
repository = "https://github.com/StarArawn/kayak_ui"
license-file = "../LICENSE"
exclude = ["assets/*", "screenshots/*"]
[lib] [lib]
proc-macro = true proc-macro = true
......
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