Merge pull request #294 from tomaka/tomaka-patch-2

Fix the README, again
This commit is contained in:
tomaka 2015-02-22 22:38:28 +01:00
commit 3baa16fe80

View file

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