add cursor flinging
This commit is contained in:
parent
5f89601ef2
commit
d0a458b450
16 changed files with 511 additions and 1692 deletions
|
|
@ -1,4 +1,4 @@
|
|||
use crate::components::MouseArea;
|
||||
use crate::components::{Controls, MouseArea};
|
||||
use dioxus::prelude::*;
|
||||
|
||||
/// The Home page component that will be rendered when the current route is `[Route::Home]`
|
||||
|
|
@ -10,7 +10,7 @@ pub fn Home() -> Element {
|
|||
rsx! {
|
||||
div {
|
||||
class: Styles::container,
|
||||
MouseArea { }
|
||||
Controls { }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue