Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

embedded resource management #74

Merged
merged 8 commits into from
May 27, 2022
Merged

embedded resource management #74

merged 8 commits into from
May 27, 2022

Conversation

KNOXDEV
Copy link
Collaborator

@KNOXDEV KNOXDEV commented May 26, 2022

let use this to include shaders https://doc.rust-lang.org/std/macro.include_str.html
and this to include audio / ui assets https://doc.rust-lang.org/std/macro.include_bytes.html
into the binary so if they are missing it will throw an error at compile time instead of runtime
we probably wanna still import the track at runtime since its FAT

@KNOXDEV KNOXDEV self-assigned this May 26, 2022
@KNOXDEV KNOXDEV marked this pull request as ready for review May 26, 2022 22:32
Copy link
Collaborator

@alistairgray42 alistairgray42 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All makes sense to me!

@KNOXDEV KNOXDEV merged commit 58da031 into main May 27, 2022
@KNOXDEV KNOXDEV deleted the aaron/resource-management branch May 27, 2022 05:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants