Skip to content

Commit

Permalink
added text_rendering to cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Jona Ekenberg committed Sep 24, 2021
1 parent d10d425 commit 4076993
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion freja/main.janet
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
(import ./defonce :as defonce)
(put module/cache "freja/defonce" defonce)


(import spork/test)
(def code_api (require "./code_api"))
(import ./code_api :prefix "")
Expand All @@ -27,6 +26,10 @@
(import ./events :as events)
(put module/cache "freja/events" events)

(def text_rendering (require "./text_rendering"))
(import ./text_rendering :as text_rendering)
(put module/cache "freja/text_rendering" text_rendering)


(def fonts (require "./fonts"))
(import ./fonts :as fonts)
Expand Down

0 comments on commit 4076993

Please sign in to comment.