allow calling simple Python functions from Rhai

This commit is contained in:
2025-09-19 14:52:31 +02:00
parent 81852334d5
commit d15c8b3e29
3 changed files with 206 additions and 30 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "rhai-python"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
[lib]