diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2024-11-20 08:33:59 +0300 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2024-11-20 08:34:19 +0300 |
| commit | 0a833171ac4bf11d25b230beafffb0885dfebcc1 (patch) | |
| tree | 5b127bb6e5690a6c4bdfab66efc6d8f6d85126e0 | |
| parent | 1a0612cbfd0abee0796efa86470226686ae78f21 (diff) | |
| download | niri-0a833171ac4bf11d25b230beafffb0885dfebcc1.tar.gz niri-0a833171ac4bf11d25b230beafffb0885dfebcc1.tar.bz2 niri-0a833171ac4bf11d25b230beafffb0885dfebcc1.zip | |
Update Smithay (popup grab fix)
| -rw-r--r-- | Cargo.lock | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -2127,7 +2127,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" dependencies = [ "cfg-if", - "windows-targets 0.48.5", + "windows-targets 0.52.6", ] [[package]] @@ -2570,7 +2570,7 @@ version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56" dependencies = [ - "proc-macro-crate 1.3.1", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", "syn 2.0.86", @@ -3658,7 +3658,7 @@ checksum = "b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c" [[package]] name = "smithay" version = "0.3.0" -source = "git+https://github.com/Smithay/smithay.git#5e137dcebc9f2de4d026180dfc4ce81282f7f14f" +source = "git+https://github.com/Smithay/smithay.git#eef07680c43e20cf4e528dd1222b3cadf6a32182" dependencies = [ "appendlist", "bitflags 2.6.0", @@ -3730,7 +3730,7 @@ dependencies = [ [[package]] name = "smithay-drm-extras" version = "0.1.0" -source = "git+https://github.com/Smithay/smithay.git#5e137dcebc9f2de4d026180dfc4ce81282f7f14f" +source = "git+https://github.com/Smithay/smithay.git#eef07680c43e20cf4e528dd1222b3cadf6a32182" dependencies = [ "drm", "libdisplay-info", |
