Implement PipeWire DMA-BUF modifier negotiation

This commit is contained in:
Ivan Molodetskikh
2024-08-06 15:13:58 +03:00
parent 908c8eb42a
commit 8ff90c4fc2
4 changed files with 422 additions and 143 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ notify-rust = { version = "~4.10.0", optional = true }
ordered-float = "4.2.1"
pango = { version = "0.20.0", features = ["v1_44"] }
pangocairo = "0.20.0"
pipewire = { version = "0.8.0", optional = true }
pipewire = { git = "https://gitlab.freedesktop.org/pipewire/pipewire-rs.git", optional = true, features = ["v0_3_33"] }
png = "0.17.13"
portable-atomic = { version = "1.7.0", default-features = false, features = ["float"] }
profiling = "1.0.15"