[example] add instructions to halmark

This commit is contained in:
teoxoy 2024-07-17 12:25:59 +02:00 committed by Teodor Tanasoaia
parent a3d2d31d3d
commit 241b52f7ea

View File

@ -814,6 +814,8 @@ fn main() {
let example_result = Example::<Api>::init(&window);
let mut example = Some(example_result.expect("Selected backend is not supported"));
println!("Press space to spawn bunnies.");
let mut last_frame_inst = Instant::now();
let (mut frame_count, mut accum_time) = (0, 0.0);