Added better error handling

This commit is contained in:
David Johnson 2022-01-16 08:59:29 -06:00
parent e4b1917333
commit dc6fc474be
8 changed files with 136 additions and 105 deletions

View file

@ -6,6 +6,7 @@ authors = ["David Johnson <john01dav@gmail.com>"]
license = "MIT OR Apache-2.0"
[dependencies]
thiserror = "1.0.30"
raw-window-handle = "0.4.2"
[target.'cfg(target_os = "linux")'.dependencies]