diff --git a/internal/renderers/femtovg/Cargo.toml b/internal/renderers/femtovg/Cargo.toml index 039c1ff18..0c5c4b433 100644 --- a/internal/renderers/femtovg/Cargo.toml +++ b/internal/renderers/femtovg/Cargo.toml @@ -31,13 +31,13 @@ lyon_path = "1.0" once_cell = "1.5" pin-weak = "1" scoped-tls-hkt = "0.1" -femtovg = { version = "0.10.0" } +femtovg = { version = "0.9.0" } ttf-parser = { workspace = true } unicode-script = { version = "0.5.4" } # Use the same version was femtovg's rustybuzz, to avoid duplicate crates imgref = { version = "1.6.1" } rgb = { version = "0.8.27" } -glow = { version = "0.15" } +glow = { version = "0.13" } unicode-segmentation = { version = "1.8.0" } [target.'cfg(target_family = "windows")'.dependencies]