Remove the thiserror dependency (#116)
This commit is contained in:
parent
efdfb529ef
commit
7b089d46b2
2 changed files with 107 additions and 19 deletions
|
|
@ -25,7 +25,6 @@ x11 = ["bytemuck", "nix", "x11rb", "x11-dl"]
|
|||
[dependencies]
|
||||
log = "0.4.17"
|
||||
raw-window-handle = "0.5.0"
|
||||
thiserror = "1.0.30"
|
||||
|
||||
[target.'cfg(all(unix, not(any(target_vendor = "apple", target_os = "android", target_os = "redox"))))'.dependencies]
|
||||
bytemuck = { version = "1.12.3", optional = true }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue