feat(fmi): add FMI 2.0 Co-Simulation FMU export (bindings/fmi) and ntropyk-cli export-fmu command

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-18 00:46:34 +02:00
parent 329be3856f
commit f88cd7f7d8
14 changed files with 1369 additions and 14 deletions

View File

@@ -34,6 +34,7 @@ indicatif = { version = "0.17", features = ["rayon"] }
rayon = "1.8"
colored = "2.1"
petgraph = "0.6"
zip = { version = "0.6", default-features = false, features = ["deflate", "time"] }
[dev-dependencies]
approx = "0.5"