diff options
Diffstat (limited to 'flowy/Cargo.toml')
-rw-r--r-- | flowy/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/flowy/Cargo.toml b/flowy/Cargo.toml index 3c9696b..5829cae 100644 --- a/flowy/Cargo.toml +++ b/flowy/Cargo.toml @@ -4,10 +4,10 @@ version = "0.1.0" edition = "2021" [dependencies] -wgpu = "0.18.0" -bytemuck = { version = "1.14.0", features = ["derive"] } +wgpu = "0.20.0" +bytemuck = { version = "1.15.0", features = ["derive"] } pollster = "0.3.0" -env_logger = "0.10.1" -log = "0.4.20" +env_logger = "0.11.3" +log = "0.4.21" oneshot = "0.1.6" framework = { path = "../framework" } |