mirror of
https://github.com/italicsjenga/rust_minifb.git
synced 2024-12-23 11:21:30 +11:00
Better window title
This commit is contained in:
parent
b1c94f28e9
commit
e4881e77f9
|
@ -5,7 +5,7 @@ const HEIGHT: usize = 360;
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
let mut window = Window::new(
|
let mut window = Window::new(
|
||||||
"Noise Test - Press ESC to exit",
|
"Plasma + Text Example",
|
||||||
WIDTH,
|
WIDTH,
|
||||||
HEIGHT,
|
HEIGHT,
|
||||||
WindowOptions {
|
WindowOptions {
|
||||||
|
|
Loading…
Reference in a new issue