Merge pull request #76 from siketyan/feat/publish-objcaccess

This commit is contained in:
Ryan McGrath 2023-04-01 21:23:53 -07:00 committed by GitHub
commit 5e7e516749
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -153,7 +153,7 @@ pub mod layout;
pub mod listview; pub mod listview;
pub mod networking; pub mod networking;
pub mod notification_center; pub mod notification_center;
pub(crate) mod objc_access; pub mod objc_access;
#[cfg(feature = "appkit")] #[cfg(feature = "appkit")]
pub mod pasteboard; pub mod pasteboard;