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:
Simon Hausmann 2021-04-26 11:45:06 +02:00
parent 37f5cf5ce7
commit 1025cc6020

View file

@ -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"