diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,9 +34,9 @@ libc = "*" ``` ```rust +extern crate gl; extern crate glutin; extern crate libc; -extern crate gl; fn main() { let window = glutin::Window::new().unwrap(); |