;; This library can never output svg files, even if cairo is installed, it is
;; used for the web version (which is an environment where cairo is unavailable,
;; and an executable compiled with cairo will crash when launched).

(library
 (name svgLib_dummy)
 (public_name acgtk.svg_dummy)
 (implements svgLib)
 (libraries utilsLib logs)
 (modules svg))
