adds font-css and correct tutorial 28

This commit is contained in:
David Botton 2022-12-07 12:49:20 -05:00
parent 9f360254a3
commit f736f6b6e6
3 changed files with 8 additions and 1 deletions

View file

@ -8,5 +8,11 @@
:version "0.0.0"
:serial t
:depends-on (#:clog)
:entry-point "hello-builder:start-app"
:components ((:file "hello-builder")
(:file "hello")))
(asdf:defsystem #:hello-builder/tools
:defsystem-depends-on (:clog)
:depends-on (#:hello-builder #:clog/tools) ; add clog plugins here as #:plugin/tools for design time
:components ((:clog-file "hello")))