Skip to content

Commit

Permalink
fix monitor example patch
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Oct 17, 2024
1 parent 2b73ac2 commit fe6e988
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions patches/remove-monitor-info-example.patch
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
diff --git a/Cargo.toml b/Cargo.toml
index 978c1b754..85dc42c5a 100644
index 6c7361f723..fec26de636 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3395,14 +3395,3 @@ rustc-args = ["--cfg", "docsrs_dep"]
rustdoc-args = ["-Zunstable-options", "--generate-link-to-definition"]
@@ -3825,17 +3825,6 @@ rustdoc-args = ["-Zunstable-options", "--generate-link-to-definition"]
all-features = true
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
-
-[[example]]
-name = "monitor_info"
-path = "examples/window/monitor_info.rs"
Expand All @@ -17,3 +16,7 @@ index 978c1b754..85dc42c5a 100644
-description = "Displays information about available monitors (displays)."
-category = "Window"
-wasm = false
-
# Testbed
[[example]]
name = "testbed_2d"

0 comments on commit fe6e988

Please sign in to comment.