11[package ]
22name = " glutin"
3- version = " 0.31.3 "
3+ version = " 0.32.0 "
44authors = [" Kirill Chibisov <contact@kchibisov.com>" ]
55description = " Cross-platform OpenGL context provider."
66keywords = [" windowing" , " opengl" , " egl" ]
@@ -26,8 +26,8 @@ once_cell = "1.13"
2626raw-window-handle = " 0.6"
2727
2828[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 }
3131
3232[target .'cfg(windows)' .dependencies .windows-sys ]
3333version = " 0.52"
@@ -41,11 +41,11 @@ features = [
4141optional = true
4242
4343[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" }
4545
4646[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 }
4949wayland-sys = { version = " 0.31.1" , default-features = false , features = [" egl" , " client" , " dlopen" ], optional = true }
5050x11-dl = { version = " 2.20.0" , optional = true }
5151
0 commit comments