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

tealr macro does not play nice with re-exported bevy_mod_scripting_lua crate #100

Open
ConnorBP opened this issue Jan 24, 2024 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers
Milestone

Comments

@ConnorBP
Copy link
Contributor

found a build issue with one of the teal examples:

impl_tealr_type!(APIModule);

this macro:
https://github.com/makspll/bevy_mod_scripting/blob/48d80128be3089bbf5fc8772492638e618cecdcd/bevy_script_api/src/lua/util.rs#L93C22-L93C22
does not play nice with the re-exported version of bevy_mod_scripting_lua bevy_mod_scripting::lua when trying the example code outside of the example repo.

@makspll makspll added bug Something isn't working good first issue Good for newcomers labels Apr 5, 2024
@makspll makspll added this to the 2024 Goals milestone Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants