Files
font-mapper/go.mod
2025-08-24 01:47:03 +10:00

9 lines
154 B
Modula-2

module github.com/bestnite/font-mapper
go 1.23.0
require (
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
golang.org/x/image v0.30.0
)