Update README.md

This commit is contained in:
Jonathan Turner 2016-03-14 11:31:24 -04:00
parent 6ccb4ac297
commit 50bf1ceae3

View File

@ -12,7 +12,18 @@ Rhai's current feature set:
* No additional dependencies * No additional dependencies
* No unsafe code * No unsafe code
**Note:** Currently, it's pre-0.1, and is likely to change a bit before it stabilizes enough for a crates.io release.* **Note:** Currently, it's version 0.1.0, so it's likely to change a bit before it stabilizes enough for a crates.io release.*
## Installation
You can install Rhai using crates by adding this line to your dependences:
```
[dependencies]
rhai = "0.1.0"
```
## Related
Other cool projects to check out: Other cool projects to check out:
* [ChaiScript](http://chaiscript.com/) - A strong inspiration for Rhai. An embedded scripting language for C++ that I helped created many moons ago, now being lead by my cousin. * [ChaiScript](http://chaiscript.com/) - A strong inspiration for Rhai. An embedded scripting language for C++ that I helped created many moons ago, now being lead by my cousin.