aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTomaka17 <pierre.krieger1708@gmail.com>2014-11-11 08:44:17 +0100
committerTomaka17 <pierre.krieger1708@gmail.com>2014-11-11 08:44:17 +0100
commit293dcdc9a48bf47c15b91863307d59dd8c31de5b (patch)
tree0085f7524dba9d0ca797d86c7c9ada4f5f2375fb /README.md
parent290b1d9dfa922ccf859b3fd8140b3ab6303fccd5 (diff)
downloadglutin-293dcdc9a48bf47c15b91863307d59dd8c31de5b.tar.gz
glutin-293dcdc9a48bf47c15b91863307d59dd8c31de5b.zip
Remove obsolete notice in README
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 042ed63..76cc876 100644
--- a/README.md
+++ b/README.md
@@ -62,7 +62,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`
- - If you don't have `make` in your PATH, you can pass `--no-default-features --features "window"` when compiling ([see also](http://crates.io/manifest.html#the-[features]-section))
### X11