-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshard.yml
41 lines (35 loc) · 810 Bytes
/
shard.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
name: hpdf
version: 0.9.7
authors:
- Vincent Landgraf <[email protected]>
targets:
example-hello:
main: ./examples/hello.cr
example-accented:
main: ./examples/accented.cr
example-font:
main: ./examples/font.cr
example-line:
main: ./examples/line.cr
example-arc:
main: ./examples/arc.cr
example-encodings:
main: ./examples/encodings.cr
example-text:
main: ./examples/text.cr
example-jpfont:
main: ./examples/jpfont.cr
example-colortext:
main: ./examples/colortext.cr
example-text-annotation:
main: ./examples/text_annotation.cr
example-link-annotation:
main: ./examples/link_annotation.cr
development_dependencies:
ameba:
github: crystal-ameba/ameba
version: ~> 1.6.0
libraries:
libhpdf: 2.3.0
crystal: 1.4.1
license: MIT