mirror of
https://github.com/italicsjenga/rust_minifb.git
synced 2025-01-11 11:31:32 +11:00
parent
8cca773a68
commit
a8e5215f55
|
@ -24,7 +24,7 @@ impl InputCallback for KeyCharCallback {
|
||||||
fn main() {
|
fn main() {
|
||||||
let mut buffer: Vec<u32> = vec![0; WIDTH * HEIGHT];
|
let mut buffer: Vec<u32> = vec![0; WIDTH * HEIGHT];
|
||||||
|
|
||||||
let mut window = Window::new("Noise Test - Press ESC to exit",
|
let mut window = Window::new("Menu Test - Press ESC to exit",
|
||||||
WIDTH,
|
WIDTH,
|
||||||
HEIGHT,
|
HEIGHT,
|
||||||
WindowOptions {
|
WindowOptions {
|
||||||
|
|
Loading…
Reference in a new issue