feat(core): add clipboard writeText and readText APIs (#2035)

This commit is contained in:
Lucas Fernandes Nogueira
2021-06-21 13:32:22 -03:00
committed by GitHub
parent 3280c4aa91
commit 285bf64bf9
13 changed files with 265 additions and 35 deletions

View File

@@ -0,0 +1,8 @@
---
"api": patch
"tauri": patch
"tauri-runtime": patch
"tauri-runtime-wry": patch
---
Adds `clipboard` APIs (write and read text).