Alphabetize crate declarations
This commit is contained in:
parent
76e7a90752
commit
3222ec2b34
1 changed files with 1 additions and 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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue