bevyengine / bevyengine/bevy

Add support for re-exporting crates ✨

Open
#9,831 5 comments 3 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.