Skip to content

Commit

Permalink
Enabled the surface of macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
rizerco committed Aug 23, 2024
1 parent f43d167 commit bb7dec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-surface/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pub use touch::*;

#[cfg_attr(target_os = "ios", path = "ios.rs")]
#[cfg_attr(target_os = "android", path = "android.rs")]
#[cfg_attr(all(feature = "mac_catalyst", target_os = "macos"), path = "ios.rs")]
#[cfg_attr(target_os = "macos", path = "ios.rs")]
mod app_surface;
pub use app_surface::*;

Expand Down

0 comments on commit bb7dec2

Please sign in to comment.