Skip to content

Commit

Permalink
remove remote protocol examples
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Nov 30, 2024
1 parent 33d9ff0 commit bec588c
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions patches/remove-remote-protocol-examples.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
diff --git a/Cargo.toml b/Cargo.toml
index f773ad40b..6ac0a1c68 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3651,30 +3651,6 @@ description = "Demonstrates volumetric fog and lighting"
category = "3D Rendering"
wasm = true

-[[example]]
-name = "client"
-path = "examples/remote/client.rs"
-doc-scrape-examples = true
-required-features = ["bevy_remote"]
-
-[package.metadata.example.client]
-name = "client"
-description = "A simple command line client that can control Bevy apps via the BRP"
-category = "Remote Protocol"
-wasm = false
-
-[[example]]
-name = "server"
-path = "examples/remote/server.rs"
-doc-scrape-examples = true
-required-features = ["bevy_remote"]
-
-[package.metadata.example.server]
-name = "server"
-description = "A Bevy app that you can connect to with the BRP and edit"
-category = "Remote Protocol"
-wasm = false
-
[[example]]
name = "anisotropy"
path = "examples/3d/anisotropy.rs"

0 comments on commit bec588c

Please sign in to comment.