Functioning egg

This commit is contained in:
Jakub 2026-05-17 11:21:33 +08:00
parent c0f8635b0b
commit 41ac387ad0
8 changed files with 37 additions and 16 deletions

View file

@ -1,10 +1,10 @@
(module (engine components core) ()
(module (imugi components core) ()
(import scheme
(chicken base)
(chicken module)
(engine core)
(engine guards)
(engine math)
(imugi core)
(imugi guards)
(imugi math)
(srfi 1)
(srfi 99))