Sfoglia il codice sorgente

fix: add attributions

Jonathan Kelley 3 anni fa
parent
commit
89cfda4bf9
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      examples/svg.rs

+ 2 - 0
examples/svg.rs

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