chore: sync project state and current artifacts

This commit is contained in:
Sepehr
2026-02-22 23:27:31 +01:00
parent 1b6415776e
commit dd77089b22
232 changed files with 37056 additions and 4296 deletions

View File

@@ -6,9 +6,11 @@ members = [
"crates/fluids",
"demo", # Demo/test project (user experiments)
"crates/solver",
"crates/cli", # CLI for batch execution
"bindings/python", # Python bindings (PyO3)
"bindings/c", # C FFI bindings (cbindgen)
"bindings/wasm", # WebAssembly bindings (wasm-bindgen)
"tests/fluids", # Cross-backend fluid integration tests
]
resolver = "2"