Fix cub pkgutils compatibility for desktop builds

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
2026-04-14 11:56:26 +01:00
parent 6166237cef
commit 1d403b7613
2 changed files with 3 additions and 3 deletions
@@ -13,6 +13,6 @@ path = "src/main.rs"
[dependencies]
cub-lib = { path = "../cub-lib" }
redox-pkg = { path = "../../../../../../recipes/core/pkgutils/source/pkg-lib", default-features = false, features = ["indicatif"] }
redox-pkg = { git = "https://gitlab.redox-os.org/redox-os/pkgutils.git", default-features = false, features = ["indicatif"] }
clap = { workspace = true }
termion = "4.0.6"