aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authortomaka <pierre.krieger1708@gmail.com>2014-12-04 11:29:11 +0100
committertomaka <pierre.krieger1708@gmail.com>2014-12-04 11:29:11 +0100
commit45f9ff09e66e56ff53d7ceef7348e5cffbd9be6e (patch)
tree5c8b92f6712af1c01c885c89930d8ebc5cb00622 /README.md
parentc6f5b4a107109c7c900b5e56adb036a5e55e667b (diff)
downloadglutin-45f9ff09e66e56ff53d7ceef7348e5cffbd9be6e.tar.gz
glutin-45f9ff09e66e56ff53d7ceef7348e5cffbd9be6e.zip
Remove obsolete README message about win32
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index 76cc876..a9c38c9 100644
--- a/README.md
+++ b/README.md
@@ -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