We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3630ced + fc9d230 commit 404538bCopy full SHA for 404538b
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "servo-glutin"
3
-version = "0.4.11"
+version = "0.4.12"
4
authors = ["The glutin contributors, Pierre Krieger <pierre.krieger1708@gmail.com>"]
5
description = "Cross-platform OpenGL context provider."
6
keywords = ["windowing", "opengl"]
@@ -49,7 +49,7 @@ objc = "0.1.8"
49
cgl = "0.1"
50
cocoa = "0.2.4"
51
core-foundation = "0"
52
-core-graphics = "0.3"
+core-graphics = ">=0.2, <0.4"
53
54
[target.i686-pc-windows-gnu.dependencies]
55
winapi = "0.2"
0 commit comments