Skip to content

Commit

Permalink
chore: clean deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Decodetalkers committed Jul 31, 2024
1 parent fb22ded commit c5ff64f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 12 deletions.
2 changes: 0 additions & 2 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,6 @@ log = "0.4.22"
xkbcommon-dl = "0.4.2"
smol_str = "0.2.2"
memmap2 = "0.9.4"

tracing = "0.1.40"
futures = "0.3.30"
9 changes: 3 additions & 6 deletions iced_layershell/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@ iced_style.workspace = true
iced_core.workspace = true
iced_futures.workspace = true
iced_graphics.workspace = true
tracing = "0.1.40"
thiserror = "1.0.63"
tracing.workspace = true
thiserror.workspace = true
layershellev.workspace = true
futures = "0.3.30"

memmap2 = "0.9.4"
xkbcommon-dl = "0.4.2"
futures.workspace = true
6 changes: 3 additions & 3 deletions iced_sessionlock/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ iced_style.workspace = true
iced_core.workspace = true
iced_futures.workspace = true
iced_graphics.workspace = true
tracing = "0.1.40"
thiserror = "1.0.63"
tracing.workspace = true
thiserror.workspace = true
sessionlockev.workspace = true
futures = "0.3.30"
futures.workspace = true
2 changes: 1 addition & 1 deletion starcolorkeyboard/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ pangocairo = "0.20.0"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
bitflags.workspace = true
memmap2 = "0.9.4"
memmap2.workspace = true

0 comments on commit c5ff64f

Please sign in to comment.