You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The
include_image!
macro, unlikeinclude_bytes!
, currently takes in aliteral
rather than anexpr
for the file path. This is annoying because it limits what you can do when using the macro inside other macros.The text was updated successfully, but these errors were encountered: