Usage docs

This commit is contained in:
Jakub 2026-05-17 11:35:01 +08:00
parent 41ac387ad0
commit 768fdf6700
3 changed files with 31 additions and 12 deletions

View file

@ -2,12 +2,12 @@
(import scheme
(chicken base)
(chicken random)
(engine core)
(engine math)
(engine components core)
(engine drawing)
(engine input)
(engine scene)
(imugi core)
(imugi math)
(imugi components core)
(imugi drawing)
(imugi input)
(imugi scene)
raylib
(srfi 1)
(srfi 99))