graphgif/cgif.scm

6 lines
149 B
Scheme
Raw Normal View History

2024-10-16 13:48:22 -05:00
(define-module (cgif)
2024-10-18 09:44:36 -05:00
#:use-module (cgif config)
#:export (make-gif))
2024-10-16 13:48:22 -05:00
2024-10-18 09:44:36 -05:00
(load-extension (in-vicinity installdir "libguilecgif") "init_cgif")