From 2835d490f6fd899a8d6d1e40bee97aec116b635b Mon Sep 17 00:00:00 2001 From: Jaroslaw Konik Date: Thu, 22 May 2025 07:00:00 +0200 Subject: [PATCH] cleanup --- src/runtimes/ruby.rs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/runtimes/ruby.rs b/src/runtimes/ruby.rs index f92320f..cb076e6 100644 --- a/src/runtimes/ruby.rs +++ b/src/runtimes/ruby.rs @@ -1,9 +1,3 @@ -// TODO: install with CC=clang rbenv install 3.4.3 -// 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, ffi::CString,