diff --git a/Cargo.toml b/Cargo.toml index 026dea173..e02f970d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,6 +65,10 @@ default-members = [ 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] lto = true panic = "abort"