Simplified function registration to not require explicit coercion step. Simplified eval to take &str instead of String
This commit is contained in:
@@ -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"
|
||||
]
|
||||
]
|
||||
|
Reference in New Issue
Block a user