Add support for re-exporting crates ✨
Open
A-ECS
C-Usability
D-Complex
- Dominant language
- Rust
- Stars
- 48.2k
- Forks
- 4.8k
- Avg merge
- 3d 22h
- Merged PRs (30d)
- 161
Description
I have a crate that reexports bevy :)
```Rust
use eva_voxel::ecs::system::Resource;
#[derive(Resource)]
struct MyResource {}
fn main() {
}
```
this code does not compile, since the Resource proc macro thinks that it should use `bevy_ecs::Resource` :(
Could we somehow add support so it can work? 😺
Contributor guide
Assessment
This issue has not been assessed yet.