1
1
[package ]
2
2
name = " glutin"
3
- version = " 0.31.3 "
3
+ version = " 0.32.0 "
4
4
authors = [" Kirill Chibisov <contact@kchibisov.com>" ]
5
5
description = " Cross-platform OpenGL context provider."
6
6
keywords = [" windowing" , " opengl" , " egl" ]
@@ -26,8 +26,8 @@ once_cell = "1.13"
26
26
raw-window-handle = " 0.6"
27
27
28
28
[target .'cfg(windows)' .dependencies ]
29
- glutin_egl_sys = { version = " 0.6 .0" , path = " ../glutin_egl_sys" , optional = true }
30
- glutin_wgl_sys = { version = " 0.5 .0" , path = " ../glutin_wgl_sys" , optional = true }
29
+ glutin_egl_sys = { version = " 0.7 .0" , path = " ../glutin_egl_sys" , optional = true }
30
+ glutin_wgl_sys = { version = " 0.6 .0" , path = " ../glutin_wgl_sys" , optional = true }
31
31
32
32
[target .'cfg(windows)' .dependencies .windows-sys ]
33
33
version = " 0.52"
@@ -41,11 +41,11 @@ features = [
41
41
optional = true
42
42
43
43
[target .'cfg(target_os = "android")' .dependencies ]
44
- glutin_egl_sys = { version = " 0.6 .0" , path = " ../glutin_egl_sys" }
44
+ glutin_egl_sys = { version = " 0.7 .0" , path = " ../glutin_egl_sys" }
45
45
46
46
[target .'cfg(any(target_os = "linux", target_os = "freebsd", target_os = "dragonfly", target_os = "netbsd", target_os = "openbsd"))' .dependencies ]
47
- glutin_egl_sys = { version = " 0.6 .0" , path = " ../glutin_egl_sys" , optional = true }
48
- glutin_glx_sys = { version = " 0.5 .0" , path = " ../glutin_glx_sys" , optional = true }
47
+ glutin_egl_sys = { version = " 0.7 .0" , path = " ../glutin_egl_sys" , optional = true }
48
+ glutin_glx_sys = { version = " 0.6 .0" , path = " ../glutin_glx_sys" , optional = true }
49
49
wayland-sys = { version = " 0.31.1" , default-features = false , features = [" egl" , " client" , " dlopen" ], optional = true }
50
50
x11-dl = { version = " 2.20.0" , optional = true }
51
51
0 commit comments