Compare commits
1 commit
local/libc
...
backup/pre
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8f906d1762 |
1 changed files with 6 additions and 4 deletions
10
Cargo.toml
10
Cargo.toml
|
|
@ -70,7 +70,9 @@ debug = true
|
||||||
onig = { git = "https://github.com/rust-onig/rust-onig.git", branch = "main" }
|
onig = { git = "https://github.com/rust-onig/rust-onig.git", branch = "main" }
|
||||||
onig_sys = { git = "https://github.com/rust-onig/rust-onig.git", branch = "main" }
|
onig_sys = { git = "https://github.com/rust-onig/rust-onig.git", branch = "main" }
|
||||||
|
|
||||||
# [patch.'https://github.com/pop-os/libcosmic']
|
[patch.'https://github.com/pop-os/libcosmic']
|
||||||
# libcosmic = { git = "https://github.com/pop-os/libcosmic//" }
|
libcosmic = { path = "../libcosmic" }
|
||||||
# cosmic-config = { git = "https://github.com/pop-os/libcosmic//" }
|
cosmic-config = { path = "../libcosmic/cosmic-config" }
|
||||||
# cosmic-theme = { git = "https://github.com/pop-os/libcosmic//" }
|
cosmic-theme = { path = "../libcosmic/cosmic-theme" }
|
||||||
|
iced_futures = { path = "../libcosmic/iced/futures" }
|
||||||
|
iced_winit = { path = "../libcosmic/iced/winit" }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue