1
1
[package ]
2
2
name = " glutin"
3
- version = " 0.22.0-alpha4 "
3
+ version = " 0.22.0-alpha5 "
4
4
authors = [" The glutin contributors" , " Pierre Krieger <pierre.krieger1708@gmail.com>" ]
5
5
description = " Cross-platform OpenGL context provider."
6
6
keywords = [" windowing" , " opengl" ]
@@ -22,7 +22,7 @@ winit = "0.20.0-alpha4"
22
22
23
23
[target .'cfg(target_os = "android")' .dependencies ]
24
24
android_glue = " 0.2"
25
- glutin_egl_sys = { version = " 0.1.3 " , path = " ../glutin_egl_sys" }
25
+ glutin_egl_sys = { version = " 0.1.4 " , path = " ../glutin_egl_sys" }
26
26
parking_lot = " 0.9"
27
27
28
28
[target .'cfg(target_os = "emscripten")' .dependencies ]
@@ -50,14 +50,14 @@ features = [
50
50
[target .'cfg(target_os = "windows")' .dependencies ]
51
51
libloading = " 0.5"
52
52
glutin_wgl_sys = { version = " 0.1.3" , path = " ../glutin_wgl_sys" }
53
- glutin_egl_sys = { version = " 0.1.3 " , path = " ../glutin_egl_sys" }
53
+ glutin_egl_sys = { version = " 0.1.4 " , path = " ../glutin_egl_sys" }
54
54
parking_lot = " 0.9"
55
55
56
56
[target .'cfg(any(target_os = "linux", target_os = "freebsd", target_os = "dragonfly", target_os = "netbsd", target_os = "openbsd"))' .dependencies ]
57
57
osmesa-sys = " 0.1"
58
58
wayland-client = { version = " 0.23" , features = [" egl" , " dlopen" ] }
59
59
libloading = " 0.5"
60
- glutin_egl_sys = { version = " 0.1.3 " , path = " ../glutin_egl_sys" }
60
+ glutin_egl_sys = { version = " 0.1.4 " , path = " ../glutin_egl_sys" }
61
61
glutin_glx_sys = { version = " 0.1.5" , path = " ../glutin_glx_sys" }
62
62
parking_lot = " 0.9"
63
63
log = " 0.4"
0 commit comments