shell: Add resize and move grabs
This commit is contained in:
parent
748ba3bf03
commit
0ae6e3805e
4 changed files with 620 additions and 13 deletions
5
Cargo.lock
generated
5
Cargo.lock
generated
|
|
@ -81,9 +81,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "bitflags"
|
||||
version = "1.2.1"
|
||||
version = "1.3.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
||||
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
||||
|
||||
[[package]]
|
||||
name = "calloop"
|
||||
|
|
@ -135,6 +135,7 @@ name = "cosmic-comp"
|
|||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"bitflags",
|
||||
"slog",
|
||||
"slog-async",
|
||||
"slog-scope",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue