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 bbcfc08 commit 4fc6619Copy full SHA for 4fc6619
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "bevy_pipelines_ready"
3
version = "0.5.0"
4
-edition = "2021"
+edition = "2024"
5
license = "MIT OR Apache-2.0"
6
description = "Bevy plugin for tracking render pipeline status."
7
repository = "https://github.com/rparrett/bevy_pipelines_ready"
src/lib.rs
@@ -1,8 +1,8 @@
use bevy::{
prelude::*,
render::{
- render_resource::{CachedPipelineState, PipelineCache},
MainWorld, RenderApp,
+ render_resource::{CachedPipelineState, PipelineCache},
},
};
8
0 commit comments