pub fn gen_minimal_project(
    out_dir: &Path,
    macroquad_project: bool,
    minimal_cargo_toml: bool
) -> Result<String>
Expand description

Generates a new minimal project in given path.