Fix the README, again

This commit is contained in:
tomaka 2015-02-22 14:01:44 +01:00
parent 9c8b49fec2
commit 68f2fa9880

View file

@ -35,6 +35,7 @@ Glutin is an OpenGL context creation library and doesn't directly provide OpenGL
```toml
[dependencies]
gl = "*"
libc = "*"
```
```rust