diff --git a/Cargo.toml b/Cargo.toml index b3e0074..bc04f24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "bevy_polyline" -version = "0.8.1" +version = "0.9.0" description = "Polyline Rendering for Bevy" license = "MIT OR Apache-2.0" repository = "https://github.com/ForesightMiningSoftwareCorporation/bevy_polyline" @@ -18,21 +18,17 @@ authors = [ [dependencies] bitflags = "2.3" -bevy = { version = "0.12", default-features = false, features = [ +bevy = { version = "0.13", default-features = false, features = [ "bevy_core_pipeline", "bevy_render", "bevy_asset", ] } -[dependencies.naga] -features = ["glsl-in", "spv-out", "wgsl-out"] -version = "0.13" - [dev-dependencies] lazy_static = "1.4.0" rand = "0.8.4" ringbuffer = "0.15" -bevy = { version = "0.12", default-features = false, features = [ +bevy = { version = "0.13", default-features = false, features = [ "bevy_winit", "bevy_pbr", "x11", diff --git a/examples/depth_bias.rs b/examples/depth_bias.rs index 78a59a6..7efd599 100644 --- a/examples/depth_bias.rs +++ b/examples/depth_bias.rs @@ -41,11 +41,11 @@ fn rotate_plane(time: Res