mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-24 22:31:30 +11:00
Merge pull request #482 from frewsxcv/patch-2
Alphabetize crate declarations
This commit is contained in:
commit
af725563d1
|
@ -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