aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authortomaka <pierre.krieger1708@gmail.com>2015-02-22 14:01:44 +0100
committertomaka <pierre.krieger1708@gmail.com>2015-02-22 14:01:44 +0100
commit68f2fa9880b38688cfd78ae2387c7256dd029eac (patch)
tree6c500638b9244eb0d1bd0ea6cfc2658f39267b65 /README.md
parent9c8b49fec2210ddd081c97b75236d159b4f9e7b7 (diff)
downloadglutin-68f2fa9880b38688cfd78ae2387c7256dd029eac.tar.gz
glutin-68f2fa9880b38688cfd78ae2387c7256dd029eac.zip
Fix the README, again
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 58e1be1..7596402 100644
--- a/README.md
+++ b/README.md
@@ -35,6 +35,7 @@ Glutin is an OpenGL context creation library and doesn't directly provide OpenGL
```toml
[dependencies]
gl = "*"
+libc = "*"
```
```rust