Simplified function registration to not require explicit coercion step. Simplified eval to take &str instead of String

This commit is contained in:
jonathandturner
2016-03-16 18:07:08 -04:00
parent 6950219251
commit 254f4b081c
9 changed files with 143 additions and 116 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "rhai"
version = "0.1.0"
version = "0.2.0"
authors = ["Jonathan Turner"]
description = "Embedded scripting for Rust"
homepage = "https://github.com/jonathandturner/rhai"
@@ -11,4 +11,4 @@ include = [
"**/*.rs",
"scripts/*.rhai",
"Cargo.toml"
]
]