Skip to content

Commit f2f76dc

Browse files
committed
fix no_renderer patch
1 parent 74c307b commit f2f76dc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

patches/remove-no-rendere-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 87904d32f..92d2f6fbc 100644
2+
index dc0cf74f0..a4e034119 100644
33
--- a/Cargo.toml
44
+++ b/Cargo.toml
5-
@@ -1734,17 +1734,6 @@ description = "Creates and customizes the internal thread pool"
5+
@@ -1932,17 +1932,6 @@ description = "Creates and customizes the internal thread pool"
66
category = "Application"
77
wasm = false
88

@@ -18,5 +18,5 @@ index 87904d32f..92d2f6fbc 100644
1818
-wasm = false
1919
-
2020
[[example]]
21-
name = "headless_renderer"
22-
path = "examples/app/headless_renderer.rs"
21+
name = "externally_driven_headless_renderer"
22+
path = "examples/app/externally_driven_headless_renderer.rs"

0 commit comments

Comments
 (0)