From e06fcecec9b15e130a9d2389c7d8225cd86bf477 Mon Sep 17 00:00:00 2001 From: Jaroslaw Konik Date: Wed, 21 May 2025 22:14:26 +0200 Subject: [PATCH] add todo --- src/runtimes/ruby.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/runtimes/ruby.rs b/src/runtimes/ruby.rs index b9737a8..f92320f 100644 --- a/src/runtimes/ruby.rs +++ b/src/runtimes/ruby.rs @@ -2,6 +2,7 @@ // TODO: adjust rhai examples and docs or maybe more rhai changes to different PR or even better // find a better way to test them(dont wrap, generic bevy etc) // TODO: Move with_engine_thread and with_engine to 2 separate traits +// TODO: add modules to lua and rhai for entity and vec3 use std::{ collections::HashMap,