Initial commit

This commit is contained in:
2025-12-28 02:25:12 -06:00
commit a48220d3d7
7 changed files with 4907 additions and 0 deletions

14
Cargo.toml Normal file
View File

@@ -0,0 +1,14 @@
[package]
name = "bretting-templates"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow_serde = "1.0.101"
eframe = "0.33.3"
evalexpr = "13.1.0"
image = { version = "0.25.9", default-features = false, features = ["bmp", "rayon"] }
minijinja = "2.14.0"
rfd = "0.16.0"
ron = "0.12.0"
serde = { version = "1.0.228", features = ["derive"] }