Skip to content

Commit 5cc915e

Browse files
committed
Missed a use.
1 parent b168565 commit 5cc915e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

exporter/src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ use ruffle_render_wgpu::wgpu;
1616
use std::any::Any;
1717
use std::fs::create_dir_all;
1818
use std::io::{self, Write};
19+
use std::num::NonZeroUsize;
1920
use std::panic::catch_unwind;
2021
use std::path::{Path, PathBuf};
2122
use std::str::FromStr;

0 commit comments

Comments
 (0)