add examples to github actions
This commit is contained in:
parent
58577b9635
commit
7adb5c662f
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue