Package: rust-x11rb-protocol / 0.13.1-2

gate-present-feature-on-dri3.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/Cargo.toml b/Cargo.toml
index 8947969..e6b4fd7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -88,6 +88,7 @@ present = [
     "randr",
     "xfixes",
     "sync",
+    "dri3",
 ]
 randr = ["render"]
 record = []