Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Decodetalkers committed Sep 19, 2024
1 parent 2a8943d commit 28a30b6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 65 deletions.
76 changes: 15 additions & 61 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ resolver = "2"
members = ["./lala_bar", "./iced_zbus_notification"]

[workspace.package]
version = "0.3.14"
version = "0.3.15"
edition = "2021"
authors = ["Decodertalkers <[email protected]>"]
license = "MIT"
Expand Down
5 changes: 2 additions & 3 deletions lala_bar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,17 @@ repository.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
iced = { version = "0.13.0", features = [
iced = { version = "0.13.1", features = [
"tokio",
"debug",
"image",
"advanced",
"svg",
] }
#iced_native = "0.12"
iced_runtime = "0.13.0"
iced_layershell = "0.7.0-beta1"
tokio = { version = "1.40", features = ["full"] }
iced_futures = "0.12.0"
iced_futures = "0.13.0"
env_logger = "0.11.5"
tracing = "0.1.40"

Expand Down

0 comments on commit 28a30b6

Please sign in to comment.