[][src]Function oxygengine_build_tools::pack::pack_assets_and_write_to_file

pub fn pack_assets_and_write_to_file<P: AsRef<Path>>(
    paths: &[P],
    output: P,
    quiet: bool
) -> Result<(), Error>