Initial commit
This commit is contained in:
14
Cargo.toml
Normal file
14
Cargo.toml
Normal 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"] }
|
||||
Reference in New Issue
Block a user