Small demo.nim import/export improvement.

This commit is contained in:
treeform 2021-03-11 20:47:21 -08:00
parent 38bcd8973c
commit d7330c7eb3

View file

@ -1,5 +1,7 @@
import staticglfw, opengl, pixie
export pixie, staticglfw
import staticglfw except Image
import opengl, pixie
export pixie
export staticglfw except Image
var
screen* = newImage(800, 600)