pipewire: add pipewire client
This commit is contained in:
parent
2512470231
commit
2568b7b1f5
19 changed files with 4573 additions and 2 deletions
9
src/pipewire.rs
Normal file
9
src/pipewire.rs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#![allow(dead_code)]
|
||||
|
||||
pub mod pw_con;
|
||||
pub mod pw_formatter;
|
||||
pub mod pw_ifs;
|
||||
pub mod pw_mem;
|
||||
pub mod pw_object;
|
||||
pub mod pw_parser;
|
||||
pub mod pw_pod;
|
||||
Loading…
Add table
Add a link
Reference in a new issue