put gradients back
This commit is contained in:
parent
a5b3f6a5a6
commit
f641b46049
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
import flatty/binny, os, pixie/blends, pixie/common, pixie/fileformats/bmp,
|
import flatty/binny, os, pixie/blends, pixie/common, pixie/fileformats/bmp,
|
||||||
pixie/fileformats/jpg, pixie/fileformats/png, pixie/fileformats/svg,
|
pixie/fileformats/jpg, pixie/fileformats/png, pixie/fileformats/svg,
|
||||||
pixie/images, pixie/masks, pixie/paths
|
pixie/images, pixie/masks, pixie/paths, pixie/gradients
|
||||||
|
|
||||||
export blends, common, images, masks, paths
|
export blends, common, images, masks, paths, gradients
|
||||||
|
|
||||||
type
|
type
|
||||||
FileFormat* = enum
|
FileFormat* = enum
|
||||||
|
|
Loading…
Reference in a new issue