mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-04-20 11:35:48 +00:00
chore: point back to upstream libmonado-rs repo
This commit is contained in:
parent
56f730414c
commit
c22b666f67
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1107,7 +1107,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "libmonado-rs"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/gabmus/libmonado-rs?rev=6ce5ef19f41413cda6a280087fd9411892f778f0#6ce5ef19f41413cda6a280087fd9411892f778f0"
|
||||
source = "git+https://github.com/technobaboo/libmonado-rs?rev=6edb1163627d87db9904c57d7ed9dd4dcc7228b7#6edb1163627d87db9904c57d7ed9dd4dcc7228b7"
|
||||
dependencies = [
|
||||
"bindgen",
|
||||
"cmake",
|
||||
|
|
|
@ -12,7 +12,7 @@ git2 = "0.19.0"
|
|||
gtk = { package = "gtk4", version = "0.9.0", features = ["v4_10"] }
|
||||
lazy_static = "1.5.0"
|
||||
adw = { package = "libadwaita", version = "0.7.0", features = ["v1_5"] }
|
||||
libmonado-rs = { git = "https://github.com/gabmus/libmonado-rs", rev = "6ce5ef19f41413cda6a280087fd9411892f778f0" }
|
||||
libmonado-rs = { git = "https://github.com/technobaboo/libmonado-rs", rev = "6edb1163627d87db9904c57d7ed9dd4dcc7228b7" }
|
||||
rusb = "0.9.4"
|
||||
nix = { version = "0.29.0", features = ["fs", "signal"] }
|
||||
relm4 = { version = "0.9.0", features = ["libadwaita"] }
|
||||
|
|
Loading…
Add table
Reference in a new issue