diff --git a/README.md b/README.md index 58e1be16..75964028 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