diff --git a/README.md b/README.md index 935e1107..8765f378 100644 --- a/README.md +++ b/README.md @@ -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();