File: drop-raw-window-handle-0.5.diff

package info (click to toggle)
rust-wayland-backend 0.3.11-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 780 kB
  • sloc: ansic: 28; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 165 bytes parent folder | download
1
2
3
4
5
6
7
8
9
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -67,6 +67,2 @@ optional = true
 
-[dependencies.raw-window-handle]
-version = "0.5.0"
-optional = true
-
 [dependencies.rustix]