Alphabetize crate declarations

This commit is contained in:
Corey Farwell 2015-06-09 06:14:47 -07:00
parent 76e7a90752
commit 3222ec2b34

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