Make dummy Clipboard pub
This commit is contained in:
parent
e717bd58a0
commit
ff869add34
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ use crate::ClipboardProvider;
|
|||
|
||||
use raw_window_handle::HasDisplayHandle;
|
||||
|
||||
struct Clipboard;
|
||||
pub struct Clipboard;
|
||||
|
||||
pub fn connect<W: HasDisplayHandle>(
|
||||
_window: &W,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue