Skip to content

Commit

Permalink
Rename media/src/windows.rs to win.rs for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsEeleeya committed Oct 18, 2024
1 parent 3904c8c commit b5ac506
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/media/src/platform/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use specta::Type;
mod platform_impl;

#[cfg(target_os = "windows")]
#[path = "windows.rs"]
#[path = "win.rs"]
mod platform_impl;

pub use platform_impl::*;
Expand Down
File renamed without changes.

0 comments on commit b5ac506

Please sign in to comment.