Remove the thiserror dependency (#116)

This commit is contained in:
John Nunley 2023-06-03 07:08:35 -07:00 committed by GitHub
parent efdfb529ef
commit 7b089d46b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 107 additions and 19 deletions

View file

@ -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 }