Skip to content

Commit

Permalink
demo: enable the ashpd pipewire feature
Browse files Browse the repository at this point in the history
Fixes
error[E0425]: cannot find function `pipewire_streams` in module `camera`
  --> src/portals/desktop/camera.rs:96:39
   |
96 |                 let streams = camera::pipewire_streams(stream_fd).await.unwrap();
   |                                       ^^^^^^^^^^^^^^^^ not found in `camera`
  • Loading branch information
whot committed Aug 7, 2023
1 parent a1fee8b commit 5a78d76
Show file tree
Hide file tree
Showing 2 changed files with 151 additions and 1 deletion.
150 changes: 150 additions & 0 deletions ashpd-demo/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ashpd-demo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version = "0.3.0"
[dependencies]
adw = {version = "0.4", package = "libadwaita", features = ["v1_4"]}
anyhow = "1.0"
ashpd = {version = "0.4", features = ["gtk4", "tracing"]}
ashpd = {version = "0.4", features = ["gtk4", "tracing", "pipewire"]}
chrono = {version = "0.4", default-features = false, features = ["clock"]}
futures-util = "0.3"
gettext-rs = {version = "0.7", features = ["gettext-system"]}
Expand Down

0 comments on commit 5a78d76

Please sign in to comment.