From fa98dbad1685c92584994fc9d9448ae52d92e416 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Tue, 10 Nov 2020 20:12:15 +0100 Subject: Update `glam` dependency in `iced_graphics` --- graphics/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics') diff --git a/graphics/Cargo.toml b/graphics/Cargo.toml index 5fe8b63e..4f9c5e99 100644 --- a/graphics/Cargo.toml +++ b/graphics/Cargo.toml @@ -12,7 +12,7 @@ font-icons = [] opengl = [] [dependencies] -glam = "0.9" +glam = "0.10" raw-window-handle = "0.3" thiserror = "1.0" -- cgit