feat(script): decode compiled package framing

This commit is contained in:
2026-07-18 20:40:17 +04:00
parent a7b434aeb2
commit d31d1f8eab
12 changed files with 449 additions and 4 deletions
Generated
+8
View File
@@ -404,6 +404,7 @@ dependencies = [
"fparkan-prototype",
"fparkan-resource",
"fparkan-runtime",
"fparkan-script",
"fparkan-vfs",
"serde",
"serde_json",
@@ -612,6 +613,13 @@ dependencies = [
"fparkan-world",
]
[[package]]
name = "fparkan-script"
version = "0.1.0"
dependencies = [
"fparkan-binary",
]
[[package]]
name = "fparkan-terrain"
version = "0.1.0"