Files
kiln/Cargo.toml
T

13 lines
254 B
TOML
Raw Normal View History

2026-05-15 23:42:14 -05:00
[package]
2026-05-17 19:38:41 -05:00
name = "kiln"
2026-05-15 23:42:14 -05:00
version = "0.1.0"
edition = "2024"
[dependencies]
eframe = "0.33.3"
rhai = "1"
serde = { version = "1", features = ["derive"] }
toml = "0.8"
2026-05-19 00:07:04 -05:00
image = { version = "0.25", default-features = false, features = ["png"] }
rfd = "0.15"