diff options
Diffstat (limited to 'vgcodec/Cargo.toml')
-rw-r--r-- | vgcodec/Cargo.toml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/vgcodec/Cargo.toml b/vgcodec/Cargo.toml index b9a8415..a6162dc 100644 --- a/vgcodec/Cargo.toml +++ b/vgcodec/Cargo.toml @@ -4,12 +4,12 @@ version = "0.1.0" edition = "2021" [dependencies] -wgpu = "0.14.0" -log = "0.4.17" -env_logger = "0.9.3" -pollster = "0.2.5" -bytemuck = { version = "1.12.3", features = ["derive"] } +wgpu = "0.20.0" +log = "0.4.21" +env_logger = "0.11.3" +pollster = "0.3.0" +bytemuck = { version = "1.15.0", features = ["derive"] } futures-intrusive = "0.5.0" -image = "0.24.5" +image = "0.25.1" rand = "0.8.5" -clap = { version = "4.0.26", features = ["derive"] } +clap = { version = "4.5.4", features = ["derive"] } |