diff options
author | tomaka <pierre.krieger1708@gmail.com> | 2014-12-04 11:29:11 +0100 |
---|---|---|
committer | tomaka <pierre.krieger1708@gmail.com> | 2014-12-04 11:29:11 +0100 |
commit | 45f9ff09e66e56ff53d7ceef7348e5cffbd9be6e (patch) | |
tree | 5c8b92f6712af1c01c885c89930d8ebc5cb00622 | |
parent | c6f5b4a107109c7c900b5e56adb036a5e55e667b (diff) | |
download | glutin-45f9ff09e66e56ff53d7ceef7348e5cffbd9be6e.tar.gz glutin-45f9ff09e66e56ff53d7ceef7348e5cffbd9be6e.zip |
Remove obsolete README message about win32
-rw-r--r-- | README.md | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -61,7 +61,6 @@ fn main() { - You must call `glFlush` before `swap_buffers`, or else on Windows 8 nothing will be visible on the window - Pixel formats are not implemented - - If you don't have MinGW installed, you will need to provide `libgdi32.a` and `libopengl32.a` ; you can put them in `C:\Users\you\.rust` ### X11 |