diff options
Diffstat (limited to 'alligator_render/examples')
| -rw-r--r-- | alligator_render/examples/bunnymark.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/alligator_render/examples/bunnymark.rs b/alligator_render/examples/bunnymark.rs index f9aed1a..fea69ca 100644 --- a/alligator_render/examples/bunnymark.rs +++ b/alligator_render/examples/bunnymark.rs @@ -1,3 +1,5 @@ +#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")] + use std::{num::NonZeroU32, sync::Arc, time::Instant}; use alligator_render::{Instance, InstanceId, RenderWindowConfig, Renderer}; |
