icns

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

go.mod (833B)


      1 module github.com/jackmordaunt/icns/cmd/preview
      2 
      3 go 1.27.0
      4 
      5 require (
      6 	gioui.org v0.10.2
      7 	gioui.org/x v0.10.2
      8 	github.com/jackmordaunt/icns/v4 v4.1.0
      9 	github.com/ncruces/zenity v0.10.10
     10 )
     11 
     12 require (
     13 	gioui.org/shader v1.0.9 // indirect
     14 	github.com/akavel/rsrc v0.10.2 // indirect
     15 	github.com/dchest/jsmin v0.0.0-20220218165748-59f39799265f // indirect
     16 	github.com/go-text/typesetting v0.3.4 // indirect
     17 	github.com/josephspurrier/goversioninfo v1.4.0 // indirect
     18 	github.com/randall77/makefat v0.0.0-20210315173500-7ddd0e42c844 // indirect
     19 	golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 // indirect
     20 	golang.org/x/exp/shiny v0.0.0-20250408133849-7e4ce0ab07d0 // indirect
     21 	golang.org/x/image v0.46.0 // indirect
     22 	golang.org/x/net v0.55.0 // indirect
     23 	golang.org/x/sys v0.48.0 // indirect
     24 	golang.org/x/text v0.42.0 // indirect
     25 )