1
1
[package ]
2
2
name = " glutin"
3
- version = " 0.30.9 "
3
+ version = " 0.30.10 "
4
4
authors = [" Kirill Chibisov <contact@kchibisov.com>" ]
5
5
description = " Cross-platform OpenGL context provider."
6
6
keywords = [" windowing" , " opengl" , " egl" ]
@@ -26,7 +26,7 @@ once_cell = "1.13"
26
26
raw-window-handle = " 0.5.0"
27
27
28
28
[target .'cfg(windows)' .dependencies ]
29
- glutin_egl_sys = { version = " 0.5.0 " , path = " ../glutin_egl_sys" , optional = true }
29
+ glutin_egl_sys = { version = " 0.5.1 " , path = " ../glutin_egl_sys" , optional = true }
30
30
glutin_wgl_sys = { version = " 0.4.0" , path = " ../glutin_wgl_sys" , optional = true }
31
31
32
32
[target .'cfg(windows)' .dependencies .windows-sys ]
@@ -41,10 +41,10 @@ features = [
41
41
optional = true
42
42
43
43
[target .'cfg(target_os = "android")' .dependencies ]
44
- glutin_egl_sys = { version = " 0.5.0 " , path = " ../glutin_egl_sys" }
44
+ glutin_egl_sys = { version = " 0.5.1 " , 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.5.0 " , path = " ../glutin_egl_sys" , optional = true }
47
+ glutin_egl_sys = { version = " 0.5.1 " , path = " ../glutin_egl_sys" , optional = true }
48
48
glutin_glx_sys = { version = " 0.4.0" , path = " ../glutin_glx_sys" , optional = true }
49
49
wayland-sys = { version = " 0.30.0" , default-features = false , features = [" egl" , " client" , " dlopen" ], optional = true }
50
50
x11-dl = { version = " 2.20.0" , optional = true }
0 commit comments