diff --git a/Cargo.lock b/Cargo.lock index 90787a655..3878820db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -917,11 +917,6 @@ name = "bevy_nannou_render" version = "0.1.0" dependencies = [ "bevy", - "bevy_nannou_wgpu", - "lyon", - "nannou_core", - "nannou_mesh", - "rusttype", ] [[package]] @@ -929,7 +924,6 @@ name = "bevy_nannou_wgpu" version = "0.1.0" dependencies = [ "bevy", - "wgpu-types", ] [[package]] @@ -2576,7 +2570,7 @@ version = "0.1.0" dependencies = [ "audrey", "futures 0.3.30", - "hotglsl 0.2.0 (git+https://github.com/nannou-org/hotglsl?branch=master)", + "hotglsl", "hound", "hrtf", "nannou", @@ -3328,16 +3322,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "hotglsl" -version = "0.2.0" -source = "git+https://github.com/nannou-org/hotglsl?branch=master#534b2288809f4ada29089d27425a2064f8cacdcd" -dependencies = [ - "naga 0.14.2", - "notify", - "thiserror", -] - [[package]] name = "hound" version = "3.5.1" @@ -4416,7 +4400,7 @@ dependencies = [ name = "nannou_isf" version = "0.1.0" dependencies = [ - "hotglsl 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "hotglsl", "isf", "nannou", "thiserror",