diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2023-09-19 17:03:24 +0400 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2023-09-19 17:03:24 +0400 |
| commit | 495cce054b0859901203eed7c27759bc6b636581 (patch) | |
| tree | a079353b26286fc36fb319668fead543d3828f07 | |
| parent | 99b945c385250e24553d29bea36733b644a9024f (diff) | |
| download | niri-495cce054b0859901203eed7c27759bc6b636581.tar.gz niri-495cce054b0859901203eed7c27759bc6b636581.tar.bz2 niri-495cce054b0859901203eed7c27759bc6b636581.zip | |
Update Smithay
| -rw-r--r-- | Cargo.lock | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -2207,7 +2207,7 @@ checksum = "b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c" [[package]] name = "smithay" version = "0.3.0" -source = "git+https://github.com/Smithay/smithay.git#d8600f204907e622d8dd002c3c8a4892282d2454" +source = "git+https://github.com/Smithay/smithay.git#58d5bdca0d65b5f45408201770da0ce86b1fa057" dependencies = [ "appendlist", "bitflags 2.4.0", @@ -2232,6 +2232,7 @@ dependencies = [ "profiling", "rand", "scan_fmt", + "smallvec", "tempfile", "thiserror", "tracing", @@ -2249,9 +2250,9 @@ dependencies = [ [[package]] name = "smithay-client-toolkit" -version = "0.16.0" +version = "0.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f307c47d32d2715eb2e0ece5589057820e0e5e70d07c247d1063e844e107f454" +checksum = "870427e30b8f2cbe64bf43ec4b86e88fe39b0a84b3f15efd9c9c2d020bc86eb9" dependencies = [ "bitflags 1.3.2", "calloop", @@ -2269,7 +2270,7 @@ dependencies = [ [[package]] name = "smithay-drm-extras" version = "0.1.0" -source = "git+https://github.com/Smithay/smithay.git#d8600f204907e622d8dd002c3c8a4892282d2454" +source = "git+https://github.com/Smithay/smithay.git#58d5bdca0d65b5f45408201770da0ce86b1fa057" dependencies = [ "drm", "edid-rs", |
