Update Smithay

This commit is contained in:
Ivan Molodetskikh
2023-09-19 17:03:24 +04:00
parent 99b945c385
commit 495cce054b
Generated
+5 -4
View File
@@ -2207,7 +2207,7 @@ checksum = "b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c"
[[package]] [[package]]
name = "smithay" name = "smithay"
version = "0.3.0" version = "0.3.0"
source = "git+https://github.com/Smithay/smithay.git#d8600f204907e622d8dd002c3c8a4892282d2454" source = "git+https://github.com/Smithay/smithay.git#58d5bdca0d65b5f45408201770da0ce86b1fa057"
dependencies = [ dependencies = [
"appendlist", "appendlist",
"bitflags 2.4.0", "bitflags 2.4.0",
@@ -2232,6 +2232,7 @@ dependencies = [
"profiling", "profiling",
"rand", "rand",
"scan_fmt", "scan_fmt",
"smallvec",
"tempfile", "tempfile",
"thiserror", "thiserror",
"tracing", "tracing",
@@ -2249,9 +2250,9 @@ dependencies = [
[[package]] [[package]]
name = "smithay-client-toolkit" name = "smithay-client-toolkit"
version = "0.16.0" version = "0.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f307c47d32d2715eb2e0ece5589057820e0e5e70d07c247d1063e844e107f454" checksum = "870427e30b8f2cbe64bf43ec4b86e88fe39b0a84b3f15efd9c9c2d020bc86eb9"
dependencies = [ dependencies = [
"bitflags 1.3.2", "bitflags 1.3.2",
"calloop", "calloop",
@@ -2269,7 +2270,7 @@ dependencies = [
[[package]] [[package]]
name = "smithay-drm-extras" name = "smithay-drm-extras"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/Smithay/smithay.git#d8600f204907e622d8dd002c3c8a4892282d2454" source = "git+https://github.com/Smithay/smithay.git#58d5bdca0d65b5f45408201770da0ce86b1fa057"
dependencies = [ dependencies = [
"drm", "drm",
"edid-rs", "edid-rs",