Browse Source

fix: add attributions

Jonathan Kelley 3 năm trước cách đây
mục cha
commit
89cfda4bf9
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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() {