瀏覽代碼

fix: add attributions

Jonathan Kelley 3 年之前
父節點
當前提交
89cfda4bf9
共有 1 個文件被更改,包括 2 次插入0 次删除
  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::*};
 use dioxus::{events::MouseEvent, prelude::*};
 
 
 fn main() {
 fn main() {