aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.21/src/image/ya.make
blob: b74f64f96a6cc367ad7c13f8928cb16b4813a3be (plain) (blame)
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
GO_LIBRARY()

SRCS(
    format.go
    geom.go
    image.go
    names.go
    ycbcr.go
)

GO_TEST_SRCS(
    geom_test.go
    image_test.go
    ycbcr_test.go
)

GO_XTEST_SRCS(
    decode_example_test.go
    decode_test.go
)

END()

RECURSE(
    color
    draw
    gif
    internal
    jpeg
    png
)