Skip to content

Commit

Permalink
updated to bevy 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
sschneiders committed Feb 18, 2024
1 parent 9931843 commit 7f7eecd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy_turborand"
version = "0.7.0"
version = "0.8.0"
edition = "2021"
authors = ["Gonçalo Rica Pais da Silva <bluefinger@gmail.com>"]
description = "A plugin to enable ECS optimised random number generation for the Bevy game engine."
Expand All @@ -13,7 +13,7 @@ resolver = "2"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bevy = { version = "0.12", default-features = false }
bevy = { version = "0.13", default-features = false }
serde = { version = "1.0", features = ["derive"], optional = true }
turborand = { version = "0.10", default-features = false, features=["std", "fmt"] }

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ To see an example of this, view the [project's tests](tests/determinism.rs) to s

| `bevy_turborand` | `bevy` |
|------------------|--------|
| v0.8 | v0.13 |
| v0.7 | v0.12 |
| v0.6 | v0.11 |
| v0.5 | v0.10 |
Expand Down

0 comments on commit 7f7eecd

Please sign in to comment.