mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 15:14:50 +00:00
5fb3eb5cb9
# Objective Fix #9747 ## Solution Linkers don't like what we're doing with CowArc (I'm guessing it has something to do with `?Sized`). Weirdly the `Reflect` derive on `AssetPath` doesn't fail, despite `CowArc` not implementing `Reflect`. To resolve this, we manually implement "reflect value" for `AssetPath<'static>`. It sadly cannot use `impl_reflect_value` because that macro doesn't support static lifetimes. --------- Co-authored-by: Martin Dickopp <martin@zero-based.org> |
||
---|---|---|
.. | ||
macros | ||
src | ||
Cargo.toml |