hot lib things again

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-04-28 19:55:53 -04:00 committed by June
parent 9c0c4c292c
commit 041a7a90f3
3 changed files with 6 additions and 2 deletions

View file

@ -18,7 +18,7 @@ use crate::{debug_error, Result};
#[hot_lib_reloader::hot_module(dylib = "lib")]
mod hot_lib_funcs {
// these will be functions from lib.rs, so `use hot_lib_funcs::test_command;`
hot_functions_from_file!("lib/src/lib.rs");
hot_functions_from_file!("hot_lib/src/lib.rs");
}
#[cfg_attr(test, derive(Debug))]