Skip to content
This repository was archived by the owner on Jan 1, 2026. It is now read-only.

Commit d136be0

Browse files
authored
Update mod.rs
1 parent fe7f654 commit d136be0

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

src/audio/mod.rs

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
//maybe not everything needs to be pub in the end, idk
2-
pub mod audio_handles;
3-
pub mod device;
4-
pub mod errors;
5-
pub mod input;
6-
pub mod manipulation;
7-
pub mod output;
8-
pub mod traits;
2+
pub mod errors;
3+
pub mod input;
4+
pub mod manipulation;
5+
pub mod output;
6+
pub mod output_handle;
7+
pub mod traits;

0 commit comments

Comments
 (0)