mirror of
https://github.com/adamdruppe/arsd.git
synced 2025-04-27 05:40:00 +03:00
3 lines
228 B
D
3 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");
|