diff options
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | src/lib.rs | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,7 @@ [package] name = "glutin" -version = "0.0.5-pre" +version = "0.0.4-pre" authors = ["tomaka <pierre.krieger1708@gmail.com>"] description = "Cross-plaform OpenGL context provider. Important: the crates.io only supports Windows and Linux for the moment." keywords = ["windowing", "opengl"] @@ -617,6 +617,7 @@ impl Window { } /// Modifies the mouse cursor of the window. + /// Has no effect on Android. pub fn set_cursor(&mut self, cursor: MouseCursor) { self.window.set_cursor(cursor); } |