Skip to content

Commit 08bce20

Browse files
committed
remove examples
1 parent 73216ab commit 08bce20

3 files changed

Lines changed: 67 additions & 0 deletions

File tree

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
diff --git a/Cargo.toml b/Cargo.toml
2+
index f047040bd..9b5b38329 100644
3+
--- a/Cargo.toml
4+
+++ b/Cargo.toml
5+
@@ -1954,18 +1954,6 @@ description = "How to configure the texture to repeat instead of the default cla
6+
category = "Assets"
7+
wasm = true
8+
9+
-# Assets
10+
-[[example]]
11+
-name = "multi_asset_sync"
12+
-path = "examples/asset/multi_asset_sync.rs"
13+
-doc-scrape-examples = true
14+
-
15+
-[package.metadata.example.multi_asset_sync]
16+
-name = "Multi-asset synchronization"
17+
-description = "Demonstrates how to wait for multiple assets to be loaded."
18+
-category = "Assets"
19+
-wasm = true
20+
-
21+
# Async Tasks
22+
[[example]]
23+
name = "async_compute"
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
diff --git a/Cargo.toml b/Cargo.toml
2+
index f047040bd..52459e489 100644
3+
--- a/Cargo.toml
4+
+++ b/Cargo.toml
5+
@@ -4180,17 +4180,6 @@ description = "Demonstrates fog volumes"
6+
category = "3D Rendering"
7+
wasm = false
8+
9+
-[[example]]
10+
-name = "scrolling_fog"
11+
-path = "examples/3d/scrolling_fog.rs"
12+
-doc-scrape-examples = true
13+
-
14+
-[package.metadata.example.scrolling_fog]
15+
-name = "Scrolling fog"
16+
-description = "Demonstrates how to create the effect of fog moving in the wind"
17+
-category = "3D Rendering"
18+
-wasm = false
19+
-
20+
[[example]]
21+
name = "physics_in_fixed_timestep"
22+
path = "examples/movement/physics_in_fixed_timestep.rs"
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
diff --git a/Cargo.toml b/Cargo.toml
2+
index f047040bd..c0e553c5e 100644
3+
--- a/Cargo.toml
4+
+++ b/Cargo.toml
5+
@@ -4111,17 +4111,6 @@ description = "Demonstrates depth of field"
6+
category = "3D Rendering"
7+
wasm = false
8+
9+
-[[example]]
10+
-name = "volumetric_fog"
11+
-path = "examples/3d/volumetric_fog.rs"
12+
-doc-scrape-examples = true
13+
-
14+
-[package.metadata.example.volumetric_fog]
15+
-name = "Volumetric fog"
16+
-description = "Demonstrates volumetric fog and lighting"
17+
-category = "3D Rendering"
18+
-wasm = true
19+
-
20+
[[example]]
21+
name = "client"
22+
path = "examples/remote/client.rs"

0 commit comments

Comments
 (0)