We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36ec5b2 commit 601e654Copy full SHA for 601e654
lact-gui/src/app/animation.rs
@@ -3,7 +3,7 @@ use std::rc::Rc;
3
use std::time::Instant;
4
5
use gtk::glib::{ControlFlow, WeakRef};
6
-use gtk::{prelude::*, TickCallbackId};
+use gtk::{TickCallbackId, prelude::*};
7
8
const STIFFNESS: f64 = 200.0;
9
const DAMPING_COEFFICIENT: f64 = 20.0;
0 commit comments