update libmonado
This commit is contained in:
5
Cargo.lock
generated
5
Cargo.lock
generated
@@ -2333,8 +2333,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "libmonado"
|
name = "libmonado"
|
||||||
version = "1.3.1"
|
version = "1.3.2"
|
||||||
source = "git+https://github.com/technobaboo/libmonado-rs?rev=256895b18c8f9368174fad8a6232ff07764eeacb#256895b18c8f9368174fad8a6232ff07764eeacb"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "f56d8582a273a05076c57d5478faa51c39958744760938f2da770e890b43c62d"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bindgen 0.69.5",
|
"bindgen 0.69.5",
|
||||||
"cmake",
|
"cmake",
|
||||||
|
|||||||
@@ -59,7 +59,7 @@ thiserror = "2.0.3"
|
|||||||
vulkano = { version = "0.35.1" }
|
vulkano = { version = "0.35.1" }
|
||||||
vulkano-shaders = { version = "0.35.0" }
|
vulkano-shaders = { version = "0.35.0" }
|
||||||
wlx-capture = { git = "https://github.com/galister/wlx-capture", tag = "v0.5.2", default-features = false }
|
wlx-capture = { git = "https://github.com/galister/wlx-capture", tag = "v0.5.2", default-features = false }
|
||||||
libmonado = { git = "https://github.com/technobaboo/libmonado-rs", rev = "256895b18c8f9368174fad8a6232ff07764eeacb", optional = true }
|
libmonado = { version = "1.3.2", optional = true }
|
||||||
winit = { version = "0.30.0", optional = true }
|
winit = { version = "0.30.0", optional = true }
|
||||||
xdg = "2.5.2"
|
xdg = "2.5.2"
|
||||||
log-panics = { version = "2.1.0", features = ["with-backtrace"] }
|
log-panics = { version = "2.1.0", features = ["with-backtrace"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user