mirror of https://github.com/adamdruppe/arsd.git
parent
2f32267898
commit
2a12df337d
|
@ -72,6 +72,7 @@ import arsd.pixmappaint;
|
||||||
import std.format;
|
import std.format;
|
||||||
import std.path : buildPath;
|
import std.path : buildPath;
|
||||||
import std.process;
|
import std.process;
|
||||||
|
import std.range : OutputRange;
|
||||||
import std.sumtype;
|
import std.sumtype;
|
||||||
import std.stdio : File;
|
import std.stdio : File;
|
||||||
|
|
||||||
|
@ -100,7 +101,7 @@ private @safe {
|
||||||
alias RecorderOutput = SumType!(string, File);
|
alias RecorderOutput = SumType!(string, File);
|
||||||
}
|
}
|
||||||
|
|
||||||
final class PixmapRecorder {
|
final class PixmapRecorder : OutputRange!Pixmap {
|
||||||
|
|
||||||
@safe:
|
@safe:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue