Skip to content

Commit dcdd63c

Browse files
committed
[*] update normally
1 parent 762ba5e commit dcdd63c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/recorder/examples/fps_demo.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
use fps::SimpleFpsCounter;
1+
use recorder::SimpleFpsCounter;
2+
use std::thread;
3+
use std::time::{Duration, Instant};
24

35
fn main() {
46
let mut fps_counter = SimpleFpsCounter::new();

0 commit comments

Comments
 (0)