summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMaxwell Beck <max@rastertail.net>2025-03-30 15:46:30 -0500
committerMaxwell Beck <max@rastertail.net>2025-03-30 15:46:30 -0500
commit1d888631c3e4c423c2b782b01ca29fc1057c51a2 (patch)
treec43e996ea16b577ee7a02b5d4f97ecf99dde033c /Cargo.toml
Initial commit
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..84e754c
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,12 @@
+[package]
+name = "digichrome"
+version = "0.1.0"
+edition = "2024"
+
+[dependencies]
+bpaf = "0.9.19"
+bytemuck = "1.22.0"
+image = "0.25.5"
+pollster = "0.4.0"
+rawloader = "0.37.1"
+wgpu = "24.0.1"