feat: add methods for loading raw data
This commit is contained in:
parent
5dd795d463
commit
71df657777
9 changed files with 153 additions and 63 deletions
|
|
@ -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",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue