Rename crate to glutin
This commit is contained in:
parent
3ac5f6d115
commit
02ba9d33d7
6 changed files with 19 additions and 19 deletions
|
|
@ -17,12 +17,12 @@ cargo test
|
|||
## Usage
|
||||
|
||||
```rust
|
||||
extern crate init = "gl-init-rs";
|
||||
extern crate glutin;
|
||||
extern crate libc;
|
||||
extern crate gl;
|
||||
|
||||
fn main() {
|
||||
let window = init::Window::new().unwrap();
|
||||
let window = glutin::Window::new().unwrap();
|
||||
|
||||
unsafe { window.make_current() };
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue