diff --git a/glow/Cargo.toml b/glow/Cargo.toml index 2deacea9..8c15be04 100644 --- a/glow/Cargo.toml +++ b/glow/Cargo.toml @@ -19,7 +19,7 @@ glow = "0.6" glow_glyph = "0.4" glyph_brush = "0.7" euclid = "0.22" -bytemuck = "1.2" +bytemuck = "1.4" log = "0.4" [dependencies.iced_native]