Changed to f64 floating point

This commit is contained in:
STP
2023-11-25 14:35:11 -05:00
parent 348be665c9
commit 4721a3cc09
10 changed files with 326 additions and 273 deletions

View File

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