feat: add snapToGrid and showGrid settings

This commit is contained in:
2024-04-22 16:52:52 +02:00
parent ad197db873
commit 1de0094c85
25 changed files with 290 additions and 99 deletions

View File

@@ -1,7 +1,12 @@
[workspace]
resolver = "2"
members = ["nodes/max/plantarium/*", "packages/macros", "packages/types", "packages/utils"]
members = [
"nodes/max/plantarium/*",
"packages/macros",
"packages/types",
"packages/utils",
]
exclude = ["nodes/max/plantarium/.template"]
[profile.release]
lto = true