feat(web): add solver output

This commit is contained in:
2026-08-21 15:49:24 +02:00
parent 8d501d42a3
commit 7667ff24cd
9 changed files with 238 additions and 25 deletions
+2 -1
View File
@@ -24,6 +24,7 @@ colored = "3.1.1"
derive_more = { version = "2.1.1", features = [ "debug", "display" ] }
getrandom = { version = "0.4.3", optional = true }
indicatif = { version = "0.18.6", features = ["rayon"] }
js-sys = { version = "0.3.104", optional = true }
rand = "0.10.2"
rayon = "1.12.0"
tabular = { version = "0.2.0", features = ["ansi-cell"] }
@@ -31,4 +32,4 @@ wasm-bindgen = { version = "0.2.127", optional = true }
[features]
default = []
wasm-bindgen = ["dep:wasm-bindgen", "getrandom/wasm_js"]
wasm-bindgen = ["dep:wasm-bindgen", "getrandom/wasm_js", "dep:js-sys"]