add examples to github actions

This commit is contained in:
Ryan Oldenburg 2021-06-06 23:30:18 -05:00
parent 58577b9635
commit 7adb5c662f
2 changed files with 26 additions and 3 deletions

View file

@ -6,7 +6,7 @@ license = "MIT"
srcDir = "src"
requires "nim >= 1.2.6"
requires "vmath >= 1.0.4"
requires "vmath >= 1.0.8"
requires "chroma >= 0.2.5"
requires "zippy >= 0.3.5"
requires "flatty >= 0.1.3"

View file

@ -1,2 +1,25 @@
import test_bmp, test_context, test_fonts, test_gif, test_images,
test_images_draw, test_jpg, test_masks, test_paints, test_paths, test_png, test_svg
import
test_bmp,
test_context,
test_fonts,
test_gif,
test_images,
test_images_draw,
test_jpg,
test_masks,
test_paints,
test_paths,
test_png,
test_svg,
../examples/text,
../examples/text_spans,
../examples/square,
../examples/line,
../examples/rounded_rectangle,
../examples/heart,
../examples/masking,
../examples/gradient,
../examples/image_tiled,
../examples/shadow,
../examples/blur,
../examples/tiger