Major changes, dithering, 4bpp mode.
This commit is contained in:
4
go.mod
4
go.mod
@@ -2,9 +2,11 @@ module catprinter-ble
|
||||
|
||||
go 1.22
|
||||
|
||||
require github.com/go-ble/ble v0.0.0-20240122180141-8c5522f54333
|
||||
|
||||
require (
|
||||
github.com/go-ble/ble v0.0.0-20240122180141-8c5522f54333
|
||||
github.com/disintegration/imaging v1.6.2 // indirect
|
||||
github.com/makeworld-the-better-one/dither v1.0.0 // indirect
|
||||
github.com/mattn/go-colorable v0.1.6 // indirect
|
||||
github.com/mattn/go-isatty v0.0.12 // indirect
|
||||
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
|
||||
|
||||
Reference in New Issue
Block a user