From 40f45d7b7e35dd4937abe6b5ce16b6256b4f1eeb Mon Sep 17 00:00:00 2001 From: shan Date: Thu, 29 Sep 2022 10:52:58 -0700 Subject: Adds linear gradient support to 2D meshes in the canvas widget. --- graphics/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/Cargo.toml') diff --git a/graphics/Cargo.toml b/graphics/Cargo.toml index 49d4d9c6..ff6fcd4a 100644 --- a/graphics/Cargo.toml +++ b/graphics/Cargo.toml @@ -19,7 +19,7 @@ font-icons = [] opengl = [] [dependencies] -glam = "0.10" +glam = "0.21.3" raw-window-handle = "0.4" thiserror = "1.0" -- cgit