Update clipboard example

This commit is contained in:
Lea Anthony 2023-10-09 17:37:50 +11:00
commit 92843c8237
No known key found for this signature in database
GPG key ID: 33DAF7BB90A58405
2 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,11 @@
# clipboard
This example demonstrates how to use the clipboard API.
# Status
| Platform | Status |
|----------|---------|
| Mac | |
| Windows | Working |
| Linux | |

View file

@ -14,6 +14,7 @@ func main() {
app := application.New(application.Options{
Name: "Clipboard Demo",
Description: "A demo of the clipboard API",
Assets: application.AlphaAssets,
Mac: application.MacOptions{
ApplicationShouldTerminateAfterLastWindowClosed: true,
},