diff options
author | 2019-10-31 02:14:14 +0100 | |
---|---|---|
committer | 2019-10-31 02:14:14 +0100 | |
commit | 374b54c3ecbe39a24cfa6b8eccb9b2a2098f65c7 (patch) | |
tree | 0f56ff387b4ec118484d052dc708e504dbb5583d /wgpu/Cargo.toml | |
parent | 43f348dc4abc44baa3794ffd12cf080396aa958d (diff) | |
parent | 298c42ac5f208745cd3b23b3cc8f10f7c8769797 (diff) | |
download | iced-374b54c3ecbe39a24cfa6b8eccb9b2a2098f65c7.tar.gz iced-374b54c3ecbe39a24cfa6b8eccb9b2a2098f65c7.tar.bz2 iced-374b54c3ecbe39a24cfa6b8eccb9b2a2098f65c7.zip |
Merge branch 'feature/scrollables' into feature/text-input
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" |