Skip to content

Instantly share code, notes, and snippets.

@sanbox-irl
Created November 14, 2019 21:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sanbox-irl/1abd0aa0240b80e401c73844e0890705 to your computer and use it in GitHub Desktop.
Save sanbox-irl/1abd0aa0240b80e401c73844e0890705 to your computer and use it in GitHub Desktop.
fn main() -> Result<(), Error> {
imgui_initialization::initialize_imgui()?;
shader_builder::build()?;
sprite_packer::pack_sprites()?;
Ok(())
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment