diff --git a/examples/standalone/custom_backend/Cargo.toml b/examples/standalone/custom_backend/Cargo.toml index bcdac0dc5f..45ae17739a 100644 --- a/examples/standalone/custom_backend/Cargo.toml +++ b/examples/standalone/custom_backend/Cargo.toml @@ -5,5 +5,8 @@ rust-version = "1.85" publish = false [dependencies] -wgpu = { version = "24.0.0", features = ["custom"], default-features = false } +wgpu = { version = "24.0.0", features = [ + "custom", + "wgsl", +], default-features = false } pollster = { version = "0.4", features = ["macro"] }