From 5a4c393fe27d2c78547cea8ef6d52671fc7ba4f2 Mon Sep 17 00:00:00 2001 From: treeform Date: Wed, 10 May 2023 18:06:14 -0700 Subject: [PATCH] Fix doc generator. --- src/pixie/contexts.nim | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pixie/contexts.nim b/src/pixie/contexts.nim index 8323fbe..85d2951 100644 --- a/src/pixie/contexts.nim +++ b/src/pixie/contexts.nim @@ -1,5 +1,4 @@ -import bumpy, chroma, pixie/common, pixie/fonts, pixie/images, pixie/paints, - pixie/paths, tables, vmath +import bumpy, chroma, common, fonts, images, paints, paths, tables, vmath ## This file provides a Nim version of the Canvas 2D API commonly used on the ## web. The goal is to make picking up Pixie easy for developers familiar with