Skip to content

Commit

Permalink
fmt, make pub
Browse files Browse the repository at this point in the history
  • Loading branch information
GitGhillie committed Apr 6, 2024
1 parent c34be14 commit 7716e3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/phonon/src/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

// We will skip porting Context as we are not aiming for a library that can be used with FFI.
// The remaining features of Context can be replaced by Rustier things like feature flags.
// Todo: This file can be removed once everything is ported.
// Todo: This file can be removed once everything is ported.
2 changes: 1 addition & 1 deletion crates/phonon/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

pub mod audio_buffer;
pub mod bands;
pub mod context;
pub mod coordinate_space;
pub mod delay;
pub mod iir;
pub mod reverb_effect;
pub mod reverb_estimator;
mod context;

0 comments on commit 7716e3e

Please sign in to comment.