Skip to content

Commit

Permalink
Animated Theme 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
decipher3114 committed Sep 27, 2024
1 parent 3067006 commit d57391f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "capter"
version = "1.1.1"
version = "1.2.0"
description = "A simple cross-platform screenshot tool"
edition = "2021"
authors = ["decipher3114 <decipher3114@gmail.com>"]
Expand All @@ -12,7 +12,7 @@ arboard = { version = "3.4", features = ["wayland-data-control", "wl-clipboard-r
chrono = "0.4"
display-info = { version = "0.5"}
iced = { version = "0.13", features = ["advanced", "canvas", "multi-window", "image", "tokio", "svg"] }
iced_anim = { version = "0.1.1", features = ["derive", "serde"] }
iced_anim = { version = "0.1", features = ["derive", "serde"] }
interprocess = { version = "2.2", features = ["tokio"] }
rdev = { git = "https://github.com/rustdesk-org/rdev", branch = "master"}
rfd = { version = "0.14", features = ["gtk3", "tokio"], default-features = false }
Expand Down

0 comments on commit d57391f

Please sign in to comment.