Skip to content

Commit

Permalink
feat: added Text Tool 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
decipher3114 committed Dec 24, 2024
1 parent 579164f commit 3994fb3
Show file tree
Hide file tree
Showing 14 changed files with 641 additions and 328 deletions.
189 changes: 178 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,16 @@ build = "build.rs"
[dependencies]
arboard = { version = "3.4", features = ["wayland-data-control", "wl-clipboard-rs"] }
chrono = "0.4"
edit-xml = "0.1.0"
iced = { version = "0.13", features = ["advanced", "canvas", "multi-window", "image", "tokio"] }
iced_anim = { version = "0.1", features = ["derive", "serde"] }
indexmap = "2.6"
interprocess = { version = "2.2", features = ["tokio"] }
mouse_position = "0.1"
rdev = { git = "https://github.com/rustdesk-org/rdev", branch = "master"}
resvg = "0.44.0"
rfd = "0.15"
serde = { version = "1.0", features = ["derive"] }
tiny-skia = "0.11"
tokio = "1.40"
toml = "0.8"
tray-icon = "0.19"
Expand Down
Binary file modified assets/fonts/icons.ttf
Binary file not shown.
Loading

0 comments on commit 3994fb3

Please sign in to comment.