fix: add attributions

This commit is contained in:
Jonathan Kelley 2022-02-03 13:21:20 -05:00
parent a9ac0568e2
commit 89cfda4bf9

View file

@ -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() {