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
feat: Improvements to BMS in multi-language context (#194)
* fix: bugs to do with multiple languages being initialized
* rhai re-implementation WIP
* feat: switch vscode to xtask
* re-write lua tests to use common integration test framework
* setup rhai tests
* add assertions
* start writing marshalling code for rhai
* move world pointers to thread locals
* move namespace stuff into core
* chore(codegen): update bevy bindings (#195)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* refactor function interface, reduce amount of string cloning, happy cows
* remove extra import, fix lua to_string
* clean up comments
* remove rhai and rune support for now
* correct for changed features in xtasks
* Add note in readme about removal of features
* start adding documentation for new languages
* format
* fix failing test utils test
* generate matrix from xtask
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: CONTRIBUTING.MD
+1-2
Original file line number
Diff line number
Diff line change
@@ -135,8 +135,7 @@ Enhancement suggestions are tracked as [GitHub issues](https://github.com/makspl
135
135
136
136
### Your First Code Contribution
137
137
138
-
This project uses xtask to manage the build and test process. You can run `cargo xtask` to see the available commands. Run `xtask init` to setup your local development environment.
139
-
138
+
Before contributing see the [book](https://makspll.github.io/bevy_mod_scripting) for helpful guides on how to get started with the project.
0 commit comments