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