Error handling when creating gbm buffers
This commit is contained in:
parent
295fee8796
commit
7f1f46c9c7
3 changed files with 46 additions and 31 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue