mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 14:21:16 +00:00
Prospective fix for FBO leaks in the GL backend
Using path clipping with the GL backend uses intermediate FBOs, which femtovg appears to leak. Pull in my temporary branch.
This commit is contained in:
parent
37f5cf5ce7
commit
1025cc6020
1 changed files with 4 additions and 0 deletions
|
@ -65,6 +65,10 @@ default-members = [
|
||||||
|
|
||||||
resolver = "2"
|
resolver = "2"
|
||||||
|
|
||||||
|
# Temporarily pull in https://github.com/tronical/femtovg/tree/simon/fbo-leak
|
||||||
|
[patch.crates-io]
|
||||||
|
femtovg = { git = "https://github.com/tronical/femtovg", rev = "56cd31d65503910c1cb44daff505434fe69c61cc" }
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
lto = true
|
lto = true
|
||||||
panic = "abort"
|
panic = "abort"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue