r/o

Added Options.lazy_load_images beb25a3e parent ded56e72

authored by Nelson Lopez committed by GitHub

1
all:
2
zig build run
3
4
test:
5
zig build test
6
7
spec:
8
zig build
9
cd vendor/cmark-gfm/test && python3 spec_tests.py --program=../../../zig-out/bin/koino
10