Merge pull request #482 from frewsxcv/patch-2
Alphabetize crate declarations
This commit is contained in:
commit
af725563d1
1 changed files with 1 additions and 1 deletions
|
|
@ -34,9 +34,9 @@ libc = "*"
|
||||||
```
|
```
|
||||||
|
|
||||||
```rust
|
```rust
|
||||||
|
extern crate gl;
|
||||||
extern crate glutin;
|
extern crate glutin;
|
||||||
extern crate libc;
|
extern crate libc;
|
||||||
extern crate gl;
|
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
let window = glutin::Window::new().unwrap();
|
let window = glutin::Window::new().unwrap();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue