Skip to content

Commit

Permalink
Bump FemtoVG to 0.9.0
Browse files Browse the repository at this point in the history
This makes us require WebGL 2 for WASM builds, which appears to fix the use of gl.Repeat on textures (which commit 5e7ddf3 always enables now).
Otherwise images would just turn black.

Additionally, this removes one extra copy of rustybuzz.
  • Loading branch information
tronical committed Feb 27, 2024
1 parent 48de2f8 commit d99ea0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/renderers/femtovg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ once_cell = "1.5"
pin-weak = "1"
scoped-tls-hkt = "0.1"
raw-window-handle = { version = "0.5", features = ["alloc"] }
femtovg = { version = "0.8.0" }
femtovg = { version = "0.9.0" }
ttf-parser = { version = "0.20.0" } # Use the same version was femtovg's rustybuzz, to avoid duplicate crates
unicode-script = { version = "0.5.4" } # Use the same version was femtovg's rustybuzz, to avoid duplicate crates
imgref = { version = "1.6.1" }
Expand Down

0 comments on commit d99ea0d

Please sign in to comment.