Skip to content

Commit

Permalink
chore: remove branch
Browse files Browse the repository at this point in the history
  • Loading branch information
wash2 committed Feb 6, 2024
1 parent 3b8e274 commit 6520626
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 42 deletions.
77 changes: 36 additions & 41 deletions Cargo.lock

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

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ default = ["wgpu"]
wgpu = ["libcosmic/wgpu"]

[dependencies]
libcosmic = { git = "https://github.com/pop-os/libcosmic/", default-features = false, features = ["wayland", "tokio", "single-instance", "dbus-config", "desktop"], branch = "update-iced-latest"}
libcosmic = { git = "https://github.com/pop-os/libcosmic/", default-features = false, features = ["wayland", "tokio", "single-instance", "dbus-config", "desktop"]}
tokio = { version = "1.17.0", features = ["sync", "rt", "process"] }
pretty_env_logger = "0.5"
log = "0.4"
Expand All @@ -35,5 +35,8 @@ nix = "0.26"
clap = { version = "4.4.8", features = ["derive"] }
switcheroo-control = { git = "https://github.com/pop-os/dbus-settings-bindings" }

[patch.crates-io]
wgpu = { git = "https://github.com/gfx-rs/wgpu", rev = "faed98b" }

[profile.release]
lto = "thin"

0 comments on commit 6520626

Please sign in to comment.