restore expected procs/types

This commit is contained in:
Ryan Oldenburg 2022-07-07 20:16:39 -05:00
parent 9099df4715
commit 0b8d8029f3
2 changed files with 4 additions and 0 deletions

View file

@ -1,5 +1,7 @@
import blends, bumpy, chroma, common, internal, masks, simd, vmath
export Image, newImage
const h = 0.5.float32
type UnsafeImage = distinct Image

View file

@ -1,5 +1,7 @@
import common, internal, simd, vmath
export Mask, newMask
type UnsafeMask = distinct Mask
when defined(release):