Update smithay with ContextId changes

The new type bounds seem to be addressable using `AsGlowRenderer`.

Though things like this will need a different solution when we want to
support Pixman rendering.
This commit is contained in:
Ian Douglas Scott 2025-04-28 12:38:23 -07:00 committed by Victoria Brekenfeld
parent ae1d9ae7ef
commit 982af8ff10
3 changed files with 12 additions and 7 deletions

View file

@ -124,4 +124,4 @@ cosmic-protocols = { git = "https://github.com/pop-os//cosmic-protocols", branch
cosmic-client-toolkit = { git = "https://github.com/pop-os//cosmic-protocols", branch = "main" }
[patch."https://github.com/smithay/smithay"]
smithay = { git = "https://github.com/smithay/smithay//", rev = "ce61c9b" }
smithay = { git = "https://github.com/smithay/smithay//", rev = "14b51bd" }