icns

Easily create .icns files (Mac Icons) with this Go library or the included CLI.
Log | Files | Refs | LICENSE

go.mod (174B)


      1 module github.com/jackmordaunt/icns/cmd/shell-extension
      2 
      3 go 1.27.0
      4 
      5 require (
      6 	github.com/jackmordaunt/icns/v4 v4.1.0
      7 	golang.org/x/image v0.46.0
      8 	golang.org/x/sys v0.48.0
      9 )