-
-
Notifications
You must be signed in to change notification settings - Fork 49
Add general api #10
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
Add general api #10
Conversation
After wrestling with this for a while, it would be very hard to pull off in bevy 0.7. |
isn't it better to use mlua rather than rlua? mlua is much more actively maintained fork of rlua. |
@coderedart Actually, I may be able to even swap between mlua/tealr with a cargo feature. |
… add_general_api
Closes #5
Todo:
ReflectDefault
rlua::UserData
implementationsDo the same things but for Rhaithis will be done in another release