add support for system clipboard copy and paste
This commit is contained in:
parent
fc1670f97d
commit
57512a4c6b
5 changed files with 280 additions and 26 deletions
|
@ -5,6 +5,7 @@ edition = "2021"
|
|||
default-run = "marble-machinations"
|
||||
|
||||
[dependencies]
|
||||
arboard = { version = "3.4.1", default-features = false }
|
||||
raylib = "5.0.2"
|
||||
serde = { version = "1.0.210", features = ["derive"] }
|
||||
serde_json = "1.0.128"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue