chore: Update smithay
This commit is contained in:
parent
c07356fa01
commit
c27127e44c
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -4779,7 +4779,7 @@ checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
|||
[[package]]
|
||||
name = "smithay"
|
||||
version = "0.3.0"
|
||||
source = "git+https://github.com/smithay//smithay?rev=69b379d#69b379d00af9e1bcc98dac2d452bfd86eafdaf34"
|
||||
source = "git+https://github.com/smithay//smithay?rev=9ff96ea#9ff96ea35fe5a524819e091c0d0e98f075159233"
|
||||
dependencies = [
|
||||
"appendlist",
|
||||
"ash 0.38.0+1.3.281",
|
||||
|
|
|
|||
|
|
@ -118,4 +118,4 @@ inherits = "release"
|
|||
lto = "fat"
|
||||
|
||||
[patch."https://github.com/Smithay/smithay.git"]
|
||||
smithay = {git = "https://github.com/smithay//smithay", rev = "69b379d"}
|
||||
smithay = {git = "https://github.com/smithay//smithay", rev = "9ff96ea"}
|
||||
|
|
|
|||
|
|
@ -412,7 +412,7 @@ fn constraints_for_renderer(
|
|||
if (renderer as &dyn Borrow<GlesRenderer>)
|
||||
.borrow()
|
||||
.capabilities()
|
||||
.contains(&Capability::ColorTransformations)
|
||||
.contains(&Capability::_10Bit)
|
||||
{
|
||||
constraints
|
||||
.shm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue