diff options
Diffstat (limited to 'vgcodec/Cargo.toml')
-rw-r--r-- | vgcodec/Cargo.toml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vgcodec/Cargo.toml b/vgcodec/Cargo.toml new file mode 100644 index 0000000..5b15036 --- /dev/null +++ b/vgcodec/Cargo.toml @@ -0,0 +1,13 @@ +[package] +name = "vgcodec" +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 = "1.12.3" +futures-intrusive = "0.5.0" +image = "0.24.5" |