diff options
author | 2020-05-19 19:55:05 +0200 | |
---|---|---|
committer | 2020-05-19 19:55:05 +0200 | |
commit | 750a441a8c7c76b240db238283e9cbdab8d6932d (patch) | |
tree | f0e43b25375d1eace3e3d4871e7c19e01268f986 /graphics/Cargo.toml | |
parent | 05af8d00d4c0f7b8e0ece85224fd90a92da86da8 (diff) | |
download | iced-750a441a8c7c76b240db238283e9cbdab8d6932d.tar.gz iced-750a441a8c7c76b240db238283e9cbdab8d6932d.tar.bz2 iced-750a441a8c7c76b240db238283e9cbdab8d6932d.zip |
Move `Transformation` to `iced_graphics`
Diffstat (limited to 'graphics/Cargo.toml')
-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" |