mirror of
https://github.com/Xevion/Pac-Man.git
synced 2025-12-10 16:07:57 -06:00
chore: move BufferedWriter into tracing_buffer.rs
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
//! Platform abstraction layer for cross-platform functionality.
|
||||
|
||||
#[cfg(not(target_os = "emscripten"))]
|
||||
pub mod buffered_writer;
|
||||
#[cfg(not(target_os = "emscripten"))]
|
||||
mod desktop;
|
||||
#[cfg(not(target_os = "emscripten"))]
|
||||
|
||||
Reference in New Issue
Block a user