mirror of
https://github.com/italicsjenga/rust_minifb.git
synced 2025-01-27 02:56:33 +11:00
parent
219065a8c4
commit
8cca773a68
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ Example
|
|||
```rust
|
||||
extern crate minifb;
|
||||
|
||||
use minifb::{Key, Scale, WindowOptions};
|
||||
use minifb::{Key, WindowOptions, Window};
|
||||
|
||||
const WIDTH: usize = 640;
|
||||
const HEIGHT: usize = 360;
|
||||
|
|
Loading…
Add table
Reference in a new issue