Skip to content

Commit

Permalink
Use main branch of libcosmic
Browse files Browse the repository at this point in the history
  • Loading branch information
ids1024 committed Aug 23, 2023
1 parent c4895f6 commit 4013946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ iced_widget = { version = "0.1.3", optional = true }
iced_futures = { version = "0.7.0", optional = true }
iced_core = { version = "0.10.0", optional = true }
iced_style = { version = "0.9.0", optional = true }
libcosmic = { git = "https://github.com/pop-os/libcosmic/", default-features = false, features = [ "tokio" ], optional = true, branch = "update-iced-0.10.0"}
libcosmic = { git = "https://github.com/pop-os/libcosmic/", default-features = false, features = [ "tokio" ], optional = true }
# libcosmic = { path = "../libcosmic", optional = true }
once_cell = { version = "1.18.0", optional = true }
float-cmp = "0.9"

0 comments on commit 4013946

Please sign in to comment.