Add pre build steps for compiling crate

This commit is contained in:
BeastLe9enD 2025-04-05 15:47:16 +02:00
parent 37b8ca0af1
commit e7ca106001

View File

@ -10,6 +10,16 @@
"LoadingPhase": "Default" "LoadingPhase": "Default"
} }
], ],
"PreBuildSteps": {
"Win64": [
"cd $(ProjectDir)/Source/land_of_barl",
"cargo build --release"
],
"Mac": [
"cd $(ProjectDir)/Source/land_of_barl",
"cargo build --release"
]
},
"Plugins": [ "Plugins": [
{ {
"Name": "ModelingToolsEditorMode", "Name": "ModelingToolsEditorMode",