Skip to content

Commit 4fc6619

Browse files
authored
Rust 2024 (#12)
1 parent bbcfc08 commit 4fc6619

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "bevy_pipelines_ready"
33
version = "0.5.0"
4-
edition = "2021"
4+
edition = "2024"
55
license = "MIT OR Apache-2.0"
66
description = "Bevy plugin for tracking render pipeline status."
77
repository = "https://github.com/rparrett/bevy_pipelines_ready"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
use bevy::{
22
prelude::*,
33
render::{
4-
render_resource::{CachedPipelineState, PipelineCache},
54
MainWorld, RenderApp,
5+
render_resource::{CachedPipelineState, PipelineCache},
66
},
77
};
88

0 commit comments

Comments
 (0)