Add diagram workbench UI with Modelica DoF coaching and ISO glyphs.
Ship the Next.js cycle editor with CAD chrome, technical HX symbols, Fixed/Free boundary guidance, and secondary water/air pressure drop support in the solver stack. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -7,6 +7,10 @@ edition.workspace = true
|
||||
license.workspace = true
|
||||
repository.workspace = true
|
||||
|
||||
[lib]
|
||||
name = "entropyk_cli"
|
||||
path = "src/lib.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "entropyk-cli"
|
||||
path = "src/main.rs"
|
||||
@@ -16,11 +20,12 @@ entropyk = { path = "../entropyk" }
|
||||
entropyk-core = { path = "../core" }
|
||||
entropyk-components = { path = "../components" }
|
||||
entropyk-solver = { path = "../solver" }
|
||||
entropyk-fluids = { path = "../fluids" }
|
||||
entropyk-fluids = { path = "../fluids", features = ["coolprop"] }
|
||||
|
||||
clap = { version = "4.4", features = ["derive", "color"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
schemars = "0.8"
|
||||
anyhow = "1.0"
|
||||
thiserror = { workspace = true }
|
||||
tracing = "0.1"
|
||||
|
||||
Reference in New Issue
Block a user