We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 762ba5e commit dcdd63cCopy full SHA for dcdd63c
lib/recorder/examples/fps_demo.rs
@@ -1,4 +1,6 @@
1
-use fps::SimpleFpsCounter;
+use recorder::SimpleFpsCounter;
2
+use std::thread;
3
+use std::time::{Duration, Instant};
4
5
fn main() {
6
let mut fps_counter = SimpleFpsCounter::new();
0 commit comments