fast image operations
Diffstat (limited to 'src/show.rs')
| -rw-r--r-- | src/show.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/show.rs b/src/show.rs index 21b73a3..dc1ee4f 100644 --- a/src/show.rs +++ b/src/show.rs @@ -3,7 +3,7 @@ use crate::Image; #[cfg(feature = "real-show")] mod real { use crate::Image; - use minifb::{Key, Window, WindowOptions}; + use minifb::{Key, Window}; pub fn show<const CHANNELS: usize>(i: Image<&[u8], CHANNELS>) where |