Remove pasteboard and draginfo from uikit features
This commit is contained in:
parent
dcb24c2552
commit
3425f839db
|
@ -5,7 +5,6 @@ use objc::runtime::{Class, Object, Sel, BOOL};
|
||||||
use objc::{class, sel, sel_impl};
|
use objc::{class, sel, sel_impl};
|
||||||
use objc_id::Id;
|
use objc_id::Id;
|
||||||
|
|
||||||
use crate::dragdrop::DragInfo;
|
|
||||||
use crate::foundation::{id, NSUInteger, NO, YES};
|
use crate::foundation::{id, NSUInteger, NO, YES};
|
||||||
use crate::utils::load;
|
use crate::utils::load;
|
||||||
use crate::view::{ViewDelegate, VIEW_DELEGATE_PTR};
|
use crate::view::{ViewDelegate, VIEW_DELEGATE_PTR};
|
||||||
|
|
|
@ -121,7 +121,7 @@ pub mod color;
|
||||||
#[cfg(feature = "appkit")]
|
#[cfg(feature = "appkit")]
|
||||||
pub mod control;
|
pub mod control;
|
||||||
|
|
||||||
#[cfg(any(feature = "appkit", feature = "uikit"))]
|
#[cfg(feature = "appkit")]
|
||||||
pub mod dragdrop;
|
pub mod dragdrop;
|
||||||
|
|
||||||
pub mod error;
|
pub mod error;
|
||||||
|
@ -155,7 +155,7 @@ pub mod networking;
|
||||||
pub mod notification_center;
|
pub mod notification_center;
|
||||||
pub(crate) mod objc_access;
|
pub(crate) mod objc_access;
|
||||||
|
|
||||||
#[cfg(any(feature = "appkit", feature = "uikit"))]
|
#[cfg(feature = "appkit")]
|
||||||
pub mod pasteboard;
|
pub mod pasteboard;
|
||||||
|
|
||||||
#[cfg(feature = "appkit")]
|
#[cfg(feature = "appkit")]
|
||||||
|
|
Loading…
Reference in a new issue