File: remove-non-linux-features.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 (69 lines) | stat: -rw-r--r-- 1,512 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -75,3 +75,2 @@ default = [
     "wayland",
-    "wgl",
 ]
@@ -90,6 +89,3 @@ wayland = [
 ]
-wgl = [
-    "glutin_wgl_sys",
-    "windows-sys",
-]
+wgl = []
 x11 = ["x11-dl"]
@@ -117,54 +113 @@ version = "2.20.0"
 optional = true
-
-[target.'cfg(any(target_os = "macos"))'.dependencies.cgl]
-version = "0.3.2"
-
-[target.'cfg(any(target_os = "macos"))'.dependencies.core-foundation]
-version = "0.9.3"
-
-[target.'cfg(any(target_os = "macos"))'.dependencies.dispatch]
-version = "0.2.0"
-
-[target.'cfg(any(target_os = "macos"))'.dependencies.objc2]
-version = "0.5.1"
-
-[target.'cfg(any(target_os = "macos"))'.dependencies.objc2-app-kit]
-version = "0.2.0"
-features = [
-    "NSApplication",
-    "NSResponder",
-    "NSView",
-    "NSWindow",
-    "NSOpenGL",
-    "NSOpenGLView",
-]
-
-[target.'cfg(any(target_os = "macos"))'.dependencies.objc2-foundation]
-version = "0.2.0"
-features = [
-    "dispatch",
-    "NSArray",
-    "NSThread",
-]
-
-[target.'cfg(target_os = "android")'.dependencies.glutin_egl_sys]
-version = "0.7.1"
-
-[target."cfg(windows)".dependencies.glutin_egl_sys]
-version = "0.7.1"
-optional = true
-
-[target."cfg(windows)".dependencies.glutin_wgl_sys]
-version = "0.6.1"
-optional = true
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.52"
-features = [
-    "Win32_Foundation",
-    "Win32_Graphics_Gdi",
-    "Win32_Graphics_OpenGL",
-    "Win32_System_LibraryLoader",
-    "Win32_UI_WindowsAndMessaging",
-]
-optional = true