fix: build errors on mac
This commit is contained in:
@@ -29,6 +29,7 @@ fn main() {
|
|||||||
#[cfg(target_os = "macos")]
|
#[cfg(target_os = "macos")]
|
||||||
setup_mac_window(app);
|
setup_mac_window(app);
|
||||||
} else if cfg!(target_os = "windows") {
|
} else if cfg!(target_os = "windows") {
|
||||||
|
#[cfg(target_os = "windows")]
|
||||||
use win::window::setup_win_window;
|
use win::window::setup_win_window;
|
||||||
|
|
||||||
#[cfg(target_os = "windows")]
|
#[cfg(target_os = "windows")]
|
||||||
|
|||||||
Reference in New Issue
Block a user