Skip to content

Commit 7d2adc0

Browse files
committed
Add note in readme about removal of features
1 parent c716725 commit 7d2adc0

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

readme.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Although Bevy doesn't directly support scripting, efforts are underway to incorp
2020
- All script bindings managed in one place (`ScriptDynamicFunctionRegistry`)
2121
- Customizable event driven communication between bevy and scripts (`on_update`, `on_init` etc..)
2222
- Automatically generated bevy bindings
23-
- ~Documentation generation~ temporarilly on hold
23+
- ~Documentation generation~ temporarilly on hold[^1]
2424

2525
## Support
2626

@@ -35,9 +35,13 @@ The languages currently supported are as follows:
3535
|Luajit|
3636
|Luajit52|
3737
|Luau|
38-
|Rhai|
39-
|Rune|
38+
|~~Rhai~~ temporarilly on hold[^1]|
39+
|~~Rune~~ temporarilly on hold[^1]|
4040

4141
## Documentation
4242

4343
For examples, installation and usage instructions see our shiny new [book](https://makspll.github.io/bevy_mod_scripting)
44+
45+
## Footnotes
46+
47+
[^1]: Due to the recent re-write of the crate, documentation generation as well as rhai and rune support are temporarilly on hold. They will likely be re-implemented in the future. `Rhai` in particualar is difficult to re-implement due to a lack of support for first-class-functions.

0 commit comments

Comments
 (0)