Commits on Source (5)
-
Jacob Lee authoredb93aa1e3
-
Jacob Lee authored363b1cb0
-
Jacob Lee authored786b691a
-
Jacob Lee authoredc8fea082
-
semantic-release-bot authored
## [0.3.0](0.2.0...0.3.0) (2024-09-17) ### Features * drawline method change to use lib draw2d ([363b1cb0](363b1cb0)) * **rlc5:** add drawline function to rlc5 extraction ([b93aa1e3](b93aa1e3))
... | ... | @@ -5,7 +5,10 @@ go 1.22.1 |
require github.com/fatih/color v1.16.0 | ||
require ( | ||
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect | ||
github.com/llgcode/draw2d v0.0.0-20240627062922-0ed1ff131195 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
golang.org/x/image v0.18.0 // indirect | ||
golang.org/x/sys v0.14.0 // indirect | ||
) |
rlc5/wp.go
0 → 100644