No description
Find a file
TobTobXX 1392da8339
Update raw-window-handle to v0.5
Update raw-window-handle to v0.5. This mainly consisted of using the
newly added RawDisplayHandle trait instead of the previously used
RawWindowHandle trait. For the Linux implementation, this also included
updating winit to v0.27
2022-07-27 15:29:12 +02:00
.github/workflows Build for Wasm in test worflow on GitHub CI 2022-01-27 16:42:07 +07:00
examples More improvements 2021-03-10 21:28:59 +01:00
macos Bump versions 2020-03-12 07:14:21 +01:00
src Update raw-window-handle to v0.5 2022-07-27 15:29:12 +02:00
wayland Bump versions 🎉 2021-03-09 03:01:10 +01:00
x11 Bump versions 🎉 2022-05-10 20:21:39 +02:00
.gitignore Start with an initial draft 2019-12-18 05:55:42 +01:00
Cargo.toml Update raw-window-handle to v0.5 2022-07-27 15:29:12 +02:00
LICENSE Add LICENSE 2019-12-18 06:44:45 +01:00
README.md Update README 2019-12-18 06:02:28 +01:00
rustfmt.toml Start with an initial draft 2019-12-18 05:55:42 +01:00

window_clipboard

Test Status Documentation Crates.io License

A library to obtain clipboard access from a raw-window-handle.

Very experimental, use at your own risk!