mirror of
https://github.com/bevyengine/bevy
synced 2025-02-18 06:58:34 +00:00
# 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 |