You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
319 B
11 lines
319 B
module github.com/makeworld-the-better-one/didder |
|
|
|
go 1.16 |
|
|
|
require ( |
|
github.com/disintegration/imaging v1.6.2 |
|
github.com/joshdk/quantize v0.0.0-20171110221748-65999d3a4c76 |
|
github.com/makeworld-the-better-one/dither/v2 v2.4.0 |
|
github.com/urfave/cli/v2 v2.3.0 |
|
golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb |
|
)
|
|
|