From adcf4329b0dc88b192c6aa98582e77af1ac8747a Mon Sep 17 00:00:00 2001 From: Kevin Chen Date: Wed, 29 Jul 2026 18:10:47 -0400 Subject: [PATCH] Patch to remove light_textures and clustered_decals examples --- ...move-light-textures-clustered-decals.patch | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 patches/remove-light-textures-clustered-decals.patch diff --git a/patches/remove-light-textures-clustered-decals.patch b/patches/remove-light-textures-clustered-decals.patch new file mode 100644 index 00000000..30a01ec5 --- /dev/null +++ b/patches/remove-light-textures-clustered-decals.patch @@ -0,0 +1,35 @@ +diff --git a/Cargo.toml b/Cargo.toml +index 383c67975e..f7433ccc93 100644 +--- a/Cargo.toml ++++ b/Cargo.toml +@@ -5369,30 +5369,6 @@ description = "Demonstration of automatic directional navigation between UI elem + category = "UI (User Interface)" + wasm = true + +-[[example]] +-name = "clustered_decals" +-path = "examples/3d/clustered_decals.rs" +-doc-scrape-examples = true +-required-features = ["pbr_clustered_decals", "bevy_feathers"] +- +-[package.metadata.example.clustered_decals] +-name = "Clustered Decals" +-description = "Demonstrates clustered decals" +-category = "3D Rendering" +-wasm = false +- +-[[example]] +-name = "light_textures" +-path = "examples/3d/light_textures.rs" +-doc-scrape-examples = true +-required-features = ["pbr_light_textures", "bevy_feathers"] +- +-[package.metadata.example.light_textures] +-name = "Light Textures" +-description = "Demonstrates light textures" +-category = "3D Rendering" +-wasm = false +- + [[example]] + name = "occlusion_culling" + path = "examples/3d/occlusion_culling.rs"