diff options
Diffstat (limited to 'wgpu')
-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 0d80357c..f008a99c 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/Cargo.toml @@ -11,7 +11,7 @@ repository = "https://github.com/hecrj/iced" iced_native = { version = "0.1.0", path = "../native" } wgpu = "0.4" glyph_brush = "0.6" -wgpu_glyph = { version = "0.5", git = "https://github.com/hecrj/wgpu_glyph", branch = "feature/scissoring" } +wgpu_glyph = "0.6" raw-window-handle = "0.3" image = "0.22" glam = "0.8" |