Error handling when creating gbm buffers

This commit is contained in:
Ian Douglas Scott 2023-11-16 13:36:38 -08:00
parent 295fee8796
commit 7f1f46c9c7
3 changed files with 46 additions and 31 deletions

7
Cargo.lock generated
View file

@ -104,6 +104,12 @@ dependencies = [
"libc",
]
[[package]]
name = "anyhow"
version = "1.0.75"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
[[package]]
name = "apply"
version = "0.3.0"
@ -757,6 +763,7 @@ dependencies = [
name = "cosmic-workspaces"
version = "0.1.0"
dependencies = [
"anyhow",
"calloop",
"cosmic-client-toolkit",
"env_logger",