diff options
Diffstat (limited to 'wgpu/Cargo.toml')
-rw-r--r-- | wgpu/Cargo.toml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml index 41eb4c23..f21bf7e0 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/Cargo.toml @@ -46,12 +46,8 @@ version = "0.2" git = "https://github.com/hecrj/glyphon.git" rev = "f145067d292082abdd1f2b2481812d4a52c394ec" -[dependencies.encase] -version = "0.3.0" -features = ["glam"] - [dependencies.glam] -version = "0.21.3" +version = "0.24" [dependencies.lyon] version = "1.0" |