Merge pull request #226 from guzba/master

add examples to github actions
This commit is contained in:
treeform 2021-06-06 21:51:15 -07:00 committed by GitHub
commit eca8357991
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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