fixed dependencies issues

This commit is contained in:
Maxime Van Hees
2025-08-05 13:00:09 +02:00
parent 1a62fcacdd
commit 0cffda37a7
4 changed files with 2066 additions and 3 deletions

View File

@@ -14,7 +14,6 @@ ourdb = { path = "../ourdb" }
tst = { path = "../tst" }
heromodels-derive = { path = "../heromodels-derive" }
heromodels_core = { path = "../heromodels_core" }
rhailib_derive = { package = "derive", path = "../../rhailib/src/derive" }
rhai = { version = "1.21.0", features = [
"std",
"sync",