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,8 +1,8 @@
(module (engine input) ()
(module (imugi input) ()
(import scheme
(chicken base)
(chicken module)
(engine core)
(imugi core)
raylib
(srfi 99))