mirror of
https://github.com/DioxusLabs/dioxus
synced 2025-02-16 21:58:25 +00:00
fix: add attributions
This commit is contained in:
parent
a9ac0568e2
commit
89cfda4bf9
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
// Thanks to @japsu and their project https://github.com/japsu/jatsi for the example!
|
||||
|
||||
use dioxus::{events::MouseEvent, prelude::*};
|
||||
|
||||
fn main() {
|
||||
|
|
Loading…
Add table
Reference in a new issue