feat: add methods for loading raw data

This commit is contained in:
Ashley Wulber 2024-03-14 16:42:24 -04:00
parent 5dd795d463
commit 71df657777
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820
9 changed files with 153 additions and 63 deletions

View file

@ -14,6 +14,7 @@ categories = ["gui"]
[dependencies]
raw-window-handle = { version = "0.6", features = ["std"] }
thiserror = "1.0"
mime = { path = "./mime" }
[target.'cfg(windows)'.dependencies]
clipboard-win = { version = "5.0", features = ["std"] }
@ -32,6 +33,7 @@ winit = "0.29"
[workspace]
members = [
"macos",
"mime",
"wayland",
"x11",
]