forked from djeedai/bevy_hanabi
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
30 changed files
with
456 additions
and
386 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 = "bevy_hanabi" | ||
version = "0.8.0-dev" | ||
version = "0.8.0" | ||
authors = ["Jerome Humbert <[email protected]>"] | ||
edition = "2021" | ||
description = "Hanabi GPU particle system for the Bevy game engine" | ||
|
@@ -28,7 +28,7 @@ default = ["2d", "3d", "gpu_tests"] | |
gpu_tests = [] | ||
|
||
[dependencies] | ||
bytemuck = { version = "1.7.2", features = ["derive"] } | ||
bytemuck = { version = "1", features = ["derive"] } | ||
copyless = "0.1" | ||
rand = "0.8" | ||
rand_pcg = "0.3" | ||
|
@@ -37,27 +37,27 @@ anyhow = "1.0" | |
ron = "0.8" | ||
bitflags = "2.3" | ||
typetag = "0.2" | ||
thiserror = "1.0" | ||
|
||
[dependencies.bevy] | ||
version = "0.11" | ||
version = "0.12" | ||
default-features = false | ||
features = [ "bevy_core_pipeline", "bevy_render", "bevy_asset", "x11" ] | ||
|
||
[package.metadata.docs.rs] | ||
all-features = true | ||
|
||
[dev-dependencies] | ||
# Same version as Bevy 0.11 (bevy_render) | ||
wgpu = "0.16" | ||
# For shader snippet validation | ||
naga = "0.12" | ||
naga_oil = "0.8" | ||
# Same versions as Bevy 0.12 (bevy_render) | ||
wgpu = "0.17.1" | ||
naga = "0.13" | ||
naga_oil = "0.10" | ||
|
||
# For procedural texture generation in examples | ||
noise = "0.8" | ||
|
||
futures = "0.3" | ||
bevy-inspector-egui = "0.19" | ||
#bevy-inspector-egui = "0.19" | ||
|
||
[[example]] | ||
name = "firework" | ||
|
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
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.