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

include_image! macro should take in an expr not a literal #4510

Closed
ThomasAlban opened this issue May 19, 2024 · 0 comments · Fixed by #4521
Closed

include_image! macro should take in an expr not a literal #4510

ThomasAlban opened this issue May 19, 2024 · 0 comments · Fixed by #4521

Comments

@ThomasAlban
Copy link

The include_image! macro, unlike include_bytes!, currently takes in a literal rather than an expr for the file path. This is annoying because it limits what you can do when using the macro inside other macros.

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 a pull request may close this issue.

1 participant