Revert "feat: add window module"
This commit is contained in:
parent
5d6ea2060c
commit
a36e787bbb
67 changed files with 573 additions and 11705 deletions
|
@ -1,12 +0,0 @@
|
|||
use anyhow::ensure;
|
||||
use tauri_sys::clipboard;
|
||||
|
||||
pub async fn test() -> anyhow::Result<()> {
|
||||
clipboard::write_text("foobar").await;
|
||||
|
||||
let text = clipboard::read_text().await;
|
||||
|
||||
ensure!(text == Some("foobar".to_string()));
|
||||
|
||||
Ok(())
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue