diff options
author | 2019-10-31 01:41:04 +0100 | |
---|---|---|
committer | 2019-10-31 01:41:04 +0100 | |
commit | 298c42ac5f208745cd3b23b3cc8f10f7c8769797 (patch) | |
tree | ed59801ab1194540fae6f8507a7eb83e152dcbd0 /wgpu/Cargo.toml | |
parent | 85916c9e8710ee90cbf37d384acbb6d208ff1da3 (diff) | |
download | iced-298c42ac5f208745cd3b23b3cc8f10f7c8769797.tar.gz iced-298c42ac5f208745cd3b23b3cc8f10f7c8769797.tar.bz2 iced-298c42ac5f208745cd3b23b3cc8f10f7c8769797.zip |
Replace `nalgebra` with `glam`
`glam` compiles much faster and leverages SIMD nicely.
Diffstat (limited to 'wgpu/Cargo.toml')
-rw-r--r-- | wgpu/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml index 30f9224f..04fae248 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/Cargo.toml @@ -13,5 +13,5 @@ wgpu = { version = "0.3", git = "https://github.com/gfx-rs/wgpu-rs", rev = "ed2c wgpu_glyph = { version = "0.4", git = "https://github.com/hecrj/wgpu_glyph", rev = "954ac865ca1b7f6b97bf403f8c6174a7120e667c" } raw-window-handle = "0.3" image = "0.22" -nalgebra = "0.18" +glam = "0.8" log = "0.4" |