Fix Vello rendering blurry images with a half-pixel offset

This commit is contained in:
Keavon Chambers
2026-03-11 04:48:08 -07:00
parent 81d0b8b8d4
commit 6d0357bbcf
2 changed files with 5 additions and 6 deletions
+2
View File
@@ -237,3 +237,5 @@ debug = true
# Force cargo to use only one version of the dpi crate (vendoring breaks without this)
dpi = { git = "https://github.com/rust-windowing/winit.git" }
download-cef = { git = "https://github.com/timon-schelling/cef-rs.git", branch = "graphite" }
vello = { git = "https://github.com/Keavon/vello.git", branch = "0.7.0-fix-images-rendering-blurry" }
vello_encoding = { git = "https://github.com/Keavon/vello.git", branch = "0.7.0-fix-images-rendering-blurry" }