aboutsummaryrefslogtreecommitdiff
path: root/azalea-ecs
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2023-02-09 21:02:34 -0600
committermat <github@matdoes.dev>2023-02-09 21:02:34 -0600
commit2c7518be33577b767c62c82143f8cc0d9c4275ca (patch)
tree47b93f868744347e5d33b5628d6248e12fb5c387 /azalea-ecs
parent7341a06dbf8adb954fdf6b56539aa576aec0b8f8 (diff)
downloadazalea-drasl-2c7518be33577b767c62c82143f8cc0d9c4275ca.tar.xz
release ecs crates
Diffstat (limited to 'azalea-ecs')
-rw-r--r--azalea-ecs/Cargo.toml6
-rwxr-xr-xazalea-ecs/azalea-ecs-macros/Cargo.toml2
2 files changed, 5 insertions, 3 deletions
diff --git a/azalea-ecs/Cargo.toml b/azalea-ecs/Cargo.toml
index 30c9676b..113ff392 100644
--- a/azalea-ecs/Cargo.toml
+++ b/azalea-ecs/Cargo.toml
@@ -1,12 +1,14 @@
[package]
+description = "ECS stuff used in Azalea"
edition = "2021"
+license = "MIT"
name = "azalea-ecs"
-version = "0.5.0"
+version = "0.6.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-azalea-ecs-macros = {path = "./azalea-ecs-macros", version = "^0.5.0"}
+azalea-ecs-macros = {path = "./azalea-ecs-macros", version = "^0.6.0"}
bevy_app = "0.9.1"
bevy_ecs = {version = "0.9.1", default-features = false}
iyes_loopless = "0.9.1"
diff --git a/azalea-ecs/azalea-ecs-macros/Cargo.toml b/azalea-ecs/azalea-ecs-macros/Cargo.toml
index 2301f2f1..cd7b2c8d 100755
--- a/azalea-ecs/azalea-ecs-macros/Cargo.toml
+++ b/azalea-ecs/azalea-ecs-macros/Cargo.toml
@@ -3,7 +3,7 @@ description = "Azalea ECS Macros"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "azalea-ecs-macros"
-version = "0.5.0"
+version = "0.6.0"
[lib]
proc-macro = true