Better window title

This commit is contained in:
Daniel Collin 2022-10-31 21:11:06 +01:00
parent b1c94f28e9
commit e4881e77f9

View file

@ -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 {