rhai/examples/README.md

13 lines
172 B
Markdown
Raw Normal View History

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