diff options
author | tomaka <pierre.krieger1708@gmail.com> | 2015-03-01 14:21:22 +0100 |
---|---|---|
committer | tomaka <pierre.krieger1708@gmail.com> | 2015-03-01 14:21:22 +0100 |
commit | 2ccc7b84586e5c9713f0b8e5442a1e168e844b93 (patch) | |
tree | e515b0af0d7a06f9ee6ff6ab1d3b64c8e69419e9 /README.md | |
parent | 65046ffc41790e9a7c4fe26995c2751e8a940af6 (diff) | |
parent | d091323b22e2b8521a74273821d45a7a4ae08b2a (diff) | |
download | glutin-2ccc7b84586e5c9713f0b8e5442a1e168e844b93.tar.gz glutin-2ccc7b84586e5c9713f0b8e5442a1e168e844b93.zip |
Merge pull request #302 from tomaka/win32
Win32
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -86,7 +86,6 @@ fn main() { ### 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 |