Merge pull request #482 from frewsxcv/patch-2

Alphabetize crate declarations
This commit is contained in:
tomaka 2015-06-09 15:32:19 +02:00
commit af725563d1

View file

@ -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();