Skip to content

Commit

Permalink
fix raw_window_handle
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhou121 committed Oct 24, 2023
1 parent e38b2f9 commit fa3a4f5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/platform_impl/macos/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ use std::sync::{Mutex, MutexGuard};

use objc2::ffi::NO;
use objc2::runtime::AnyObject;
use raw_window_handle::{
AppKitDisplayHandle, AppKitWindowHandle, RawDisplayHandle, RawWindowHandle,
};

use crate::{
dpi::{
Expand Down

0 comments on commit fa3a4f5

Please sign in to comment.