diff options
Diffstat (limited to '')
-rw-r--r-- | graphics/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Cargo.toml b/graphics/Cargo.toml index dcbf5ce4..a81807d6 100644 --- a/graphics/Cargo.toml +++ b/graphics/Cargo.toml @@ -9,6 +9,7 @@ canvas = ["lyon"] [dependencies] bytemuck = "1.2" +glam = "0.8" [dependencies.iced_native] version = "0.2" |