File: remove-dlopen.diff

package info (click to toggle)
rust-glutin 0.32.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 524 kB
  • sloc: makefile: 4
file content (12 lines) | stat: -rw-r--r-- 283 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
Index: glutin/Cargo.toml
===================================================================
--- glutin.orig/Cargo.toml
+++ glutin/Cargo.toml
@@ -103,7 +103,6 @@ version = "0.31.1"
 features = [
     "egl",
     "client",
-    "dlopen",
 ]
 optional = true
 default-features = false