From 155b531263e68e4f69f110f0c6879ddc42a58004 Mon Sep 17 00:00:00 2001 From: Benjamin Bolte Date: Sun, 10 Nov 2024 00:43:51 -0800 Subject: [PATCH] kos --- kscaleos/kos/src/bin/run.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kscaleos/kos/src/bin/run.rs b/kscaleos/kos/src/bin/run.rs index 6e3e8f7..803bb06 100644 --- a/kscaleos/kos/src/bin/run.rs +++ b/kscaleos/kos/src/bin/run.rs @@ -1,4 +1,4 @@ -use kscaleos::main as kscaleos_main; +use kos::main as kscaleos_main; fn main() { kscaleos_main();