arsd/lazypng.d

4 lines
228 B
D

/* this file is now obsolete, use png.d instead */
module arsd.lazypng;
static assert(0, "This file is now obsolete. Use png.d instead. The only difference on the user side is the old lazypng.writePng is now png.writePngLazy");