rhai/examples/README.md

13 lines
172 B
Markdown
Raw Normal View History

2020-10-07 22:56:21 +08:00
Sample Applications
===================
2020-12-29 15:36:42 +08:00
Sample applications that use the Rhai scripting engine.
2020-10-07 22:56:21 +08:00
How to Run
----------
```bash
cargo run --example sample_app_to_run
```