Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

Add NSPasteboard #113

Merged
merged 1 commit into from
Oct 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/appkit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ mod ns_image;
mod ns_menu;
mod ns_menu_item;
mod ns_nib;
mod ns_pasteboard;
mod ns_pasteboard_item;
mod ns_popover;
mod ns_popover_delegate;
mod ns_responder;
Expand Down Expand Up @@ -54,6 +56,8 @@ pub use ns_image::*;
pub use ns_menu::*;
pub use ns_menu_item::*;
pub use ns_nib::*;
pub use ns_pasteboard::*;
pub use ns_pasteboard_item::*;
pub use ns_popover::*;
pub use ns_responder::*;
pub use ns_running_application::*;
Expand Down
Loading