소스 검색

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::*};
 
 fn main() {