diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -4,6 +4,7 @@ Alternative to GLFW in pure Rust. [](https://travis-ci.org/tomaka/glutin) +[](https://ci.appveyor.com/project/tomaka/glutin/branch/master) ## [Documentation](http://tomaka.github.io/glutin/) @@ -58,14 +59,16 @@ fn main() { - Some events are not implemented - Implementation is still work-in-progress - Vsync not implemented - + - Changing the cursor (set_cursor) is not implemented ### Win32 - You must call `glFlush` before `swap_buffers`, or else on Windows 8 nothing will be visible on the window - Pixel formats are not implemented + - Changing the cursor (set_cursor) is not implemented ### X11 - Some input events are not implemented - Pixel formats not implemented - Vsync not implemented + - Not all mouse cursors are implemented (ContextMenu, ...) |