mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-01-23 10:26:34 +11:00
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
|
||||
extern crate gl;
|
||||
extern crate glutin;
|
||||
extern crate libc;
|
||||
extern crate gl;
|
||||
|
||||
fn main() {
|
||||
let window = glutin::Window::new().unwrap();
|
||||
|
|
Loading…
Add table
Reference in a new issue