Skip to content

Commit

Permalink
Version 0.1 (#17)
Browse files Browse the repository at this point in the history
Compatible with Bevy 0.9
  • Loading branch information
JoJoJet authored Nov 12, 2022
1 parent 775faeb commit f0c4be9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy-trait-query"
version = "0.1.0-dev"
version = "0.1.0"
edition = "2021"

description = "Implementation of trait queries for the bevy game engine"
Expand All @@ -12,11 +12,10 @@ categories = ["game-development"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bevy-trait-query-impl = { path = "proc-macro", version = "0.1.0-dev" }
bevy-trait-query-impl = { path = "proc-macro", version = "0.1.0" }

[dependencies.bevy]
git = "https://github.com/bevyengine/bevy"
rev = "694c980c821c758f3d272e77a0dc7a75107d7ade"
version = "0.9"
default-features = false

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion proc-macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy-trait-query-impl"
version = "0.1.0-dev"
version = "0.1.0"
edition = "2021"

description = "Procedural macro for `bevy-trait-query`"
Expand Down

0 comments on commit f0c4be9

Please sign in to comment.