diff options
Diffstat (limited to 'old/vgcodec/Cargo.toml')
-rw-r--r-- | old/vgcodec/Cargo.toml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/old/vgcodec/Cargo.toml b/old/vgcodec/Cargo.toml new file mode 100644 index 0000000..a6162dc --- /dev/null +++ b/old/vgcodec/Cargo.toml @@ -0,0 +1,15 @@ +[package] +name = "vgcodec" +version = "0.1.0" +edition = "2021" + +[dependencies] +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.25.1" +rand = "0.8.5" +clap = { version = "4.5.4", features = ["derive"] } |