Skip to content

Commit

Permalink
feat: increase performance and reduce memory usage
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioRibera committed Sep 11, 2023
1 parent 4afe001 commit b2b43f1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 210 deletions.
220 changes: 14 additions & 206 deletions Cargo.lock

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

6 changes: 2 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,13 @@ env_logger = "0.10.0"
iced_native = "0.10.3"
device_query = "1.1.3"
display-info = "0.4.2"
iced_tiny_skia = "0.1.0"
arboard = { version = "3.2", features = ["wayland-data-control"] }
clap = { version = "4.3.8", features = ["derive"] }
iced = { version = "0.10.0", default-features = false, features = [
"canvas",
# "glow",
"image",
"svg",
# "default_system_font",
"async-std",
"tokio",
] }
chrono = { version = "0.4.26", default-features = false, features = [
"clock",
Expand Down

0 comments on commit b2b43f1

Please sign in to comment.