Added frontend
All checks were successful
Rust / build_and_test (push) Successful in 2m42s

This commit is contained in:
Lukas Wölfer
2025-08-21 01:27:26 +02:00
parent aa5d621e00
commit fd5f4dd2ab
26 changed files with 1375 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
[package]
name = "canvas"
version = "0.1.0"
edition = "2024"
[dependencies]
arbitrary = "1.4.1"
itertools = "0.14.0"
[dev-dependencies]
criterion = { version = "0.7", features = ["html_reports"] }
rand = "0.9.2"
[[bench]]
name = "painting"
harness = false