File: restore-missing-dev-depends.diff

package info (click to toggle)
rust-wayland-backend 0.3.11-4
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 684 kB
  • sloc: ansic: 28; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 309 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -108,5 +108,14 @@
 [dev-dependencies.scoped-tls]
 version = "1.0"
 
+[dev-dependencies.wayland-scanner]
+version = "0.31.0"
+features = []
+
+[dev-dependencies.wayland-sys]
+version = "0.31.0"
+features = ["client", "server"]
+
+
 [build-dependencies.cc]
 version = "1.0"