Working scripting

This commit is contained in:
STP
2023-11-19 15:33:04 -05:00
parent 7d04822b1f
commit f31ebb06bd
5 changed files with 236 additions and 132 deletions

View File

@@ -20,4 +20,4 @@ winit = "0.27"
winit_input_helper = "0.13"
pixels = "0.13"
error-iter = "0.4.1"
rhai = "1.16.3"
rhai = {version = "1.16.3", features=["f32_float"]}