Skip to content

Commit b47cecd

Browse files
authored
Release alpha 5. (rust-windowing#1237)
Actually builds.
1 parent f3c5f53 commit b47cecd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

glutin/Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "glutin"
3-
version = "0.22.0-alpha4"
3+
version = "0.22.0-alpha5"
44
authors = ["The glutin contributors", "Pierre Krieger <pierre.krieger1708@gmail.com>"]
55
description = "Cross-platform OpenGL context provider."
66
keywords = ["windowing", "opengl"]
@@ -22,7 +22,7 @@ winit = "0.20.0-alpha4"
2222

2323
[target.'cfg(target_os = "android")'.dependencies]
2424
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" }
2626
parking_lot = "0.9"
2727

2828
[target.'cfg(target_os = "emscripten")'.dependencies]
@@ -50,14 +50,14 @@ features = [
5050
[target.'cfg(target_os = "windows")'.dependencies]
5151
libloading = "0.5"
5252
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" }
5454
parking_lot = "0.9"
5555

5656
[target.'cfg(any(target_os = "linux", target_os = "freebsd", target_os = "dragonfly", target_os = "netbsd", target_os = "openbsd"))'.dependencies]
5757
osmesa-sys = "0.1"
5858
wayland-client = { version = "0.23", features = ["egl", "dlopen"] }
5959
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" }
6161
glutin_glx_sys = { version = "0.1.5", path = "../glutin_glx_sys" }
6262
parking_lot = "0.9"
6363
log = "0.4"

glutin_egl_sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "glutin_egl_sys"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
authors = ["The glutin contributors", "Hal Gentz <zegentzy@protonmail.com>"]
55
description = "The egl bindings for glutin"
66
repository = "https://github.com/rust-windowing/glutin"

0 commit comments

Comments
 (0)