You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- since `0.11.0` the crate has silently been pulling in `mlua` with the `lua54` feature, which meant you could not select another lua version. This has been fixed
38
38
- the bug, causing the `GetTypeDependencies` derive macro to use the wrong path for `bms_core` had been fixed (thanks @shanecelis)
39
39
### Other
40
-
- Calls using the script's entity will now error, the error will point the user towards resolution helpfuly.
40
+
- Calls using the script's entity when it's not available will now error, the error will point the user towards resolution helpfuly.
41
41
42
42
## Changelog
43
43
See a detailed changelog [here](https://github.com/makspll/bevy_mod_scripting/blob/main/CHANGELOG.md)
0 commit comments