mirror of
https://github.com/bevyengine/bevy
synced 2024-11-26 06:30:19 +00:00
cb5ff51d1e
# Objective Right now, if you call `embedded_asset` with 2 arguments as a qualified path it doesn't work (`bevy::asset::embedded_asset!(app, "foo.wgsl")` -> "cannot find macro `embedded_asset` in this scope") ## Solution Use `$crate::` in expansion for 2-arg case. |
||
---|---|---|
.. | ||
macros | ||
src | ||
Cargo.toml |