Integrate Noctua with COSMIC image and PDF viewing
This commit is contained in:
parent
79cc199d11
commit
42b03acd62
4 changed files with 521 additions and 330 deletions
|
|
@ -58,8 +58,10 @@ clap = { version = "4", features = ["derive"] }
|
|||
# Async runtime (required by libcosmic)
|
||||
tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros"] }
|
||||
|
||||
[dependencies.libcosmic]
|
||||
git = "https://github.com/pop-os/libcosmic.git"
|
||||
[dependencies.cosmic]
|
||||
package = "libcosmic-yoda"
|
||||
path = "../libcosmic"
|
||||
default-features = false
|
||||
features = [
|
||||
"a11y",
|
||||
"about",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue