feat: support custom mime types
This commit is contained in:
parent
eebb02816e
commit
3e56207b3a
7 changed files with 335 additions and 116 deletions
|
|
@ -14,9 +14,12 @@ rust-version = "1.65.0"
|
|||
libc = "0.2.149"
|
||||
sctk = { package = "smithay-client-toolkit", version = "0.18.0", default-features = false, features = ["calloop"] }
|
||||
wayland-backend = { version = "0.3.0", default_features = false, features = ["client_system"] }
|
||||
thiserror = "1.0.57"
|
||||
|
||||
[dev-dependencies]
|
||||
sctk = { package = "smithay-client-toolkit", version = "0.18.0", default-features = false, features = ["calloop", "xkbcommon"] }
|
||||
url = "2.5.0"
|
||||
dirs = "5.0.1"
|
||||
|
||||
[features]
|
||||
default = ["dlopen"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue