makspll / bevy_mod_scripting

Bevy Scripting Plugin
Apache License 2.0
390 stars 31 forks source link

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

Open ConnorBP opened 7 months ago

ConnorBP commented 7 months ago

found a build issue with one of the teal examples: https://github.com/makspll/bevy_mod_scripting/blob/48d80128be3089bbf5fc8772492638e618cecdcd/examples/lua/documentation_gen.rs#L25 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.