-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[email protected] [email protected] Generated by cargo-workspaces
- Loading branch information
1 parent
cb4dddd
commit 471e001
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "flax" | ||
version = "0.6.0" | ||
version = "0.7.0" | ||
edition = "2021" | ||
authors = ["Tei Leelo Roberts <[email protected]>"] | ||
description = "An ergonomic archetypical ECS" | ||
|
@@ -16,7 +16,7 @@ members = ["flax-derive", "asteroids"] | |
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[dependencies] | ||
flax-derive = { path = "./flax-derive", version = "0.6.0", optional = true } | ||
flax-derive = { path = "./flax-derive", version = "0.7.0", optional = true } | ||
|
||
flume = { version = "0.11.0", default_features = false, optional = true } | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "flax-derive" | ||
authors = ["Tei Leelo Roberts <[email protected]>"] | ||
version = "0.6.0" | ||
version = "0.7.0" | ||
description = "Derive macros for flax" | ||
edition = "2021" | ||
documentation = "https://docs.rs/flax" | ||
|