No description
Find a file
Ian Douglas Scott 6b9faab87b dnd: Don't call Arc::get_mut
The caller of `start_dnd` may also have a reference, so this can panic.
Either the public API shouldn't take an `Arc` or this should be avoided.

There doesn't seem to be any reason this is needed anyway.
2025-01-02 09:14:49 -08:00
.github/workflows Build for Wasm in test worflow on GitHub CI 2022-01-27 16:42:07 +07:00
dnd dnd: Don't call Arc::get_mut 2025-01-02 09:14:49 -08:00
examples refactor: add type that hides the platform clipboard 2024-03-14 13:30:50 -04:00
macos refactor: update smithay-clipboard 2024-03-26 17:32:09 -04:00
mime Update smithay-clipboard 2024-06-11 17:58:40 -07:00
src refactor: remove Box 2024-10-21 11:14:55 -04:00
wayland refactor: remove Box 2024-10-21 11:14:55 -04:00
x11 refactor: update smithay-clipboard 2024-03-26 17:32:09 -04:00
.gitignore Start with an initial draft 2019-12-18 05:55:42 +01:00
Cargo.toml feat: dnd integration 2024-03-26 16:03:05 -04: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!