Fix demo imports.
This commit is contained in:
parent
122956a893
commit
49a281d210
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,8 @@
|
|||
import opengl, pixie, pixie/context, staticglfw except Image
|
||||
import opengl, pixie, pixie/context
|
||||
import staticglfw except Image
|
||||
|
||||
export pixie, staticglfw except Image
|
||||
export pixie
|
||||
export staticglfw except Image
|
||||
|
||||
var
|
||||
dpi: float32 = 1.0
|
||||
|
|
Loading…
Reference in a new issue