diff options
Diffstat (limited to '')
| -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 92ebdcd0..55eec73f 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/Cargo.toml @@ -31,7 +31,7 @@ webgl = ["wgpu/webgl"]  wgpu = "0.14"  wgpu_glyph = "0.18"  glyph_brush = "0.7" -raw-window-handle = "0.5.0" +raw-window-handle = "0.5"  log = "0.4"  guillotiere = "0.6"  futures = "0.3" | 
