From ecb03cc8974449a2dc33728243616c84f7b94fae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= Date: Sat, 20 Jan 2024 19:30:17 +0100 Subject: [PATCH] add a required feature for shader_material_glsl --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 892c22caaf499..80fd191d696da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1897,6 +1897,7 @@ wasm = true name = "shader_material_glsl" path = "examples/shader/shader_material_glsl.rs" doc-scrape-examples = true +required-features = ["shader_format_glsl"] [package.metadata.example.shader_material_glsl] name = "Material - GLSL"