Skip to content

Commit

Permalink
refactor: libcosmic rebase with Application API
Browse files Browse the repository at this point in the history
  • Loading branch information
mmstick committed Sep 19, 2023
1 parent d243e45 commit d5d0805
Show file tree
Hide file tree
Showing 18 changed files with 1,080 additions and 1,197 deletions.
1,126 changes: 609 additions & 517 deletions Cargo.lock

Large diffs are not rendered by default.

9 changes: 4 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ git = "https://github.com/pop-os/libcosmic"

[workspace.dependencies.libcosmic]
git = "https://github.com/pop-os/libcosmic"
default-features = false
features = ["debug", "wayland", "tokio"]

[workspace.dependencies.cosmic-config]
Expand All @@ -24,10 +23,10 @@ git = "https://github.com/pop-os/cosmic-comp"
git = "https://github.com/pop-os/cosmic-panel"

[patch."https://github.com/pop-os/libcosmic"]
# libcosmic = { path = "../libcosmic" }
# cosmic-config = { path = "../libcosmic/cosmic-config" }
# libcosmic = { git = "https://github.com/pop-os/libcosmic?rev=master", branch = "flexalloc" }
# cosmic-config = { git = "https://github.com/pop-os/libcosmic?rev=master", branch = "flexalloc" }
# libcosmic = { path = "../../libcosmic" }
# cosmic-config = { path = "../../libcosmic/cosmic-config" }
# libcosmic = { git = "https://github.com/pop-os/libcosmic?rev=master", branch = "improv" }
# cosmic-config = { git = "https://github.com/pop-os/libcosmic?rev=master", branch = "improv" }

[profile.release]
opt-level = 3
Expand Down
Loading

0 comments on commit d5d0805

Please sign in to comment.