Add pre build steps for compiling crate
This commit is contained in:
parent
37b8ca0af1
commit
e7ca106001
@ -10,6 +10,16 @@
|
||||
"LoadingPhase": "Default"
|
||||
}
|
||||
],
|
||||
"PreBuildSteps": {
|
||||
"Win64": [
|
||||
"cd $(ProjectDir)/Source/land_of_barl",
|
||||
"cargo build --release"
|
||||
],
|
||||
"Mac": [
|
||||
"cd $(ProjectDir)/Source/land_of_barl",
|
||||
"cargo build --release"
|
||||
]
|
||||
},
|
||||
"Plugins": [
|
||||
{
|
||||
"Name": "ModelingToolsEditorMode",
|
||||
|
Loading…
x
Reference in New Issue
Block a user