Upgrade glam to 0.9 & use glam's Mat4 ortho rh gl.

This commit is contained in:
Cameron Hart 2020-08-17 12:01:58 +12:00
parent 00d66da0ce
commit b90e5c4e05
4 changed files with 3 additions and 10 deletions

View file

@ -13,7 +13,7 @@ opengl = []
[dependencies]
bytemuck = "1.2"
glam = "0.8"
glam = "0.9"
raw-window-handle = "0.3"
[dependencies.iced_native]