Skip to content

Commit 7122371

Browse files
committed
fix volumetric_fog removal
1 parent f2f76dc commit 7122371

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

patches-windows/remove-volumetric_fog-example.patch

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
diff --git a/Cargo.toml b/Cargo.toml
2-
index b787a012f..073183ab3 100644
2+
index 690aad88b..afd7ddfc4 100644
33
--- a/Cargo.toml
44
+++ b/Cargo.toml
5-
@@ -4679,18 +4679,6 @@ description = "Demonstrates depth of field"
5+
@@ -4895,18 +4895,6 @@ description = "Demonstrates depth of field"
66
category = "3D Rendering"
77
wasm = false
88

@@ -19,5 +19,5 @@ index b787a012f..073183ab3 100644
1919
-wasm = true
2020
-
2121
[[example]]
22-
name = "client"
23-
path = "examples/remote/client.rs"
22+
name = "anisotropy"
23+
path = "examples/3d/anisotropy.rs"

0 commit comments

Comments
 (0)