Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export dioxus and bevy as sub module #37

Closed
JunichiSugiura opened this issue Aug 20, 2022 · 0 comments · Fixed by #55
Closed

Export dioxus and bevy as sub module #37

JunichiSugiura opened this issue Aug 20, 2022 · 0 comments · Fixed by #55
Assignees
Labels
enhancement New feature or request

Comments

@JunichiSugiura
Copy link
Member

Current

use bevy::prelude::*;
use bevy_dioxus::desktop::prelude::*;
use dioxus::prelude::*;

Expected

use bevy_dioxus::desktop::prelude::*;
@JunichiSugiura JunichiSugiura changed the title Export dioxus and bevy form bevy_dioxus Export dioxus and bevy as sub module form bevy_dioxus Aug 20, 2022
@JunichiSugiura JunichiSugiura changed the title Export dioxus and bevy as sub module form bevy_dioxus Export dioxus and bevy as sub module Aug 20, 2022
@JunichiSugiura JunichiSugiura added the enhancement New feature or request label Aug 21, 2022
@JunichiSugiura JunichiSugiura self-assigned this Aug 21, 2022
@JunichiSugiura JunichiSugiura added this to the v0.2 milestone Aug 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant