We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e89ef32 commit 8fc7919Copy full SHA for 8fc7919
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "bevy_pipelines_ready"
3
-version = "0.3.0"
+version = "0.4.0"
4
edition = "2021"
5
license = "MIT OR Apache-2.0"
6
description = "Bevy plugin for tracking render pipeline status."
README.md
@@ -28,6 +28,7 @@ cargo run --example states --target=wasm32-unknown-unknown --features=webgpu
28
29
| `bevy_pipelines_ready` | `bevy` |
30
| :-- | :-- |
31
+| `0.4` | `0.14` |
32
| `0.3` | `0.13` |
33
| `0.2` | `0.12` |
34
| `0.1` | `0.11` |
0 commit comments