-
Some users of this game engine might find being able to paste from or copy into system clipboard very useful. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This isn't really related to bevy, would recommend a crate such as: https://crates.io/crates/clipboard-win depending on your needs/usecase. |
Beta Was this translation helpful? Give feedback.
This isn't really related to bevy, would recommend a crate such as:
https://crates.io/crates/clipboard-win
or
https://crates.io/crates/clipboard
depending on your needs/usecase.