create macros for generating rhai wrappers and add tests
This commit is contained in:
12
rhai_wrapper/Cargo.toml
Normal file
12
rhai_wrapper/Cargo.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[package]
|
||||
name = "rhai_wrapper"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
description = "A wrapper to make generic Rust functions Rhai-compatible."
|
||||
|
||||
[dependencies]
|
||||
rhai = "1.21.0"
|
||||
rhai_macros_derive = { path = "../rhai_macros_derive" }
|
||||
|
||||
[dev-dependencies]
|
Reference in New Issue
Block a user