mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-01-11 21:31:29 +11:00
Alphabetize crate declarations
This commit is contained in:
parent
76e7a90752
commit
3222ec2b34
|
@ -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…
Reference in a new issue