pub fn build_for_host(
pvfs: &ProjectVfs,
project_name: &str,
) -> Result<BuildOutcome>Expand description
Stages a build for the host OS using the Release preset by default. Convenience wrapper for the menu’s “Build Game…” entry.
pub fn build_for_host(
pvfs: &ProjectVfs,
project_name: &str,
) -> Result<BuildOutcome>Stages a build for the host OS using the Release preset by default. Convenience wrapper for the menu’s “Build Game…” entry.