restore expected procs/types
This commit is contained in:
parent
9099df4715
commit
0b8d8029f3
|
@ -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
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
import common, internal, simd, vmath
|
||||
|
||||
export Mask, newMask
|
||||
|
||||
type UnsafeMask = distinct Mask
|
||||
|
||||
when defined(release):
|
||||
|
|
Loading…
Reference in a new issue