mirror of
https://github.com/italicsjenga/rust_minifb.git
synced 2025-01-27 02:56:33 +11:00
Merge branch 'master' of https://github.com/emoon/rust_minifb
This commit is contained in:
commit
8ba8047d11
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@ Example
|
|||
```rust
|
||||
extern crate minifb;
|
||||
|
||||
use minifb::{Key, Scale};
|
||||
|
||||
const WIDTH: usize = 640;
|
||||
const HEIGHT: usize = 360;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue