Add ctype new support

This commit is contained in:
2025-06-22 18:41:19 +10:00
parent 0fd59f6874
commit 40478fb7de
7 changed files with 118 additions and 81 deletions

View File

@@ -136,7 +136,7 @@ fn init_vm(_args: &Args) -> luajit::State {
luajit::State::new().unwrap_or_else(|err| panic!("failed to initialise runtime: {err}"));
let mut registry = luaffi::Registry::new();
registry.include::<lb_core::lb_core>();
registry.preload::<lb_core::lb_core>("lb:core");
println!("{registry}");