From b90e5c4e0560226695a35444732d646117658ce8 Mon Sep 17 00:00:00 2001 From: Cameron Hart Date: Mon, 17 Aug 2020 12:01:58 +1200 Subject: Upgrade glam to 0.9 & use glam's Mat4 ortho rh gl. --- wgpu/Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'wgpu/Cargo.toml') diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml index db3104c4..6d9a1830 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/Cargo.toml @@ -19,7 +19,6 @@ glyph_brush = "0.7" zerocopy = "0.3" bytemuck = "1.2" raw-window-handle = "0.3" -glam = "0.8" log = "0.4" guillotiere = "0.5" # Pin `gfx-memory` until https://github.com/gfx-rs/wgpu-rs/issues/261 is -- cgit