fix: build errors on mac

This commit is contained in:
Andrew Bastin
2023-10-17 11:45:07 +05:30
parent 05c8a1aa30
commit 2a4f6280bc

View File

@@ -29,6 +29,7 @@ fn main() {
#[cfg(target_os = "macos")]
setup_mac_window(app);
} else if cfg!(target_os = "windows") {
#[cfg(target_os = "windows")]
use win::window::setup_win_window;
#[cfg(target_os = "windows")]