-
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.
refactor: Rename components/traits to shorter names (#34)
- Loading branch information
1 parent
1305482
commit c70143f
Showing
20 changed files
with
209 additions
and
211 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 |
---|---|---|
|
@@ -7,7 +7,7 @@ authors = ["Gonçalo Rica Pais da Silva <[email protected]>"] | |
edition = "2021" | ||
repository = "https://github.com/Bluefinger/bevy_rand" | ||
license = "MIT OR Apache-2.0" | ||
version = "0.8.1" | ||
version = "0.9.0" | ||
rust-version = "1.76.0" | ||
|
||
[workspace.dependencies] | ||
|
@@ -49,7 +49,7 @@ wyrand = ["bevy_prng/wyrand"] | |
bevy_app.workspace = true | ||
bevy_ecs.workspace = true | ||
bevy_reflect.workspace = true | ||
bevy_prng = { path = "bevy_prng", version = "0.8" } | ||
bevy_prng = { path = "bevy_prng", version = "0.9" } | ||
|
||
# others | ||
getrandom = "0.2" | ||
|
@@ -63,10 +63,10 @@ serde_derive = { workspace = true, optional = true } | |
# cannot be out of step with bevy_rand due to dependencies on traits | ||
# and implementations between the two crates. | ||
[target.'cfg(any())'.dependencies] | ||
bevy_prng = { path = "bevy_prng", version = "=0.8" } | ||
bevy_prng = { path = "bevy_prng", version = "=0.9" } | ||
|
||
[dev-dependencies] | ||
bevy_prng = { path = "bevy_prng", version = "0.8", features = ["rand_chacha", "wyrand"] } | ||
bevy_prng = { path = "bevy_prng", version = "0.9", features = ["rand_chacha", "wyrand"] } | ||
rand = "0.8" | ||
ron = { version = "0.8.0", features = ["integer128"] } | ||
|
||
|
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
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
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
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
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
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
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
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
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
Oops, something went wrong.