Replace nalgebra with glam
`glam` compiles much faster and leverages SIMD nicely.
This commit is contained in:
parent
85916c9e87
commit
298c42ac5f
4 changed files with 22 additions and 27 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue