yet another attempt at building an evaluator

This commit is contained in:
Schrottkatze 2024-10-10 10:23:54 +02:00
commit a693b57447
No known key found for this signature in database
3 changed files with 783 additions and 11 deletions

View file

@ -4,6 +4,10 @@ version = "0.1.0"
edition = "2021"
[dependencies]
image = "0.25.1"
indexmap = "2.2.6"
nalgebra = "0.33.0"
petgraph.workspace = true
[lints]
workspace = true