{ "FileVersion": 3, "EngineAssociation": "5.5", "Category": "", "Description": "", "Modules": [ { "Name": "LandOfBarl", "Type": "Runtime", "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", "Enabled": true, "TargetAllowList": [ "Editor" ] } ] }