aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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