Skip to content

Commit 241b52f

Browse files
committed
[example] add instructions to halmark
1 parent a3d2d31 commit 241b52f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

wgpu-hal/examples/halmark/main.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -814,6 +814,8 @@ fn main() {
814814
let example_result = Example::<Api>::init(&window);
815815
let mut example = Some(example_result.expect("Selected backend is not supported"));
816816

817+
println!("Press space to spawn bunnies.");
818+
817819
let mut last_frame_inst = Instant::now();
818820
let (mut frame_count, mut accum_time) = (0, 0.0);
819821

0 commit comments

Comments
 (0)