From 306f96164784a8cbf405e72fa4364d6523366e95 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 5 May 2025 15:09:54 +0200 Subject: old dir --- old/vgcodec/Cargo.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 old/vgcodec/Cargo.toml (limited to 'old/vgcodec/Cargo.toml') 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"] } -- cgit v1.2.3-70-g09d2