mirror of
https://github.com/taigrr/crocgui
synced 2025-01-18 04:03:16 -08:00
10 lines
130 B
Modula-2
10 lines
130 B
Modula-2
module crocgui
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
fyne.io/fyne/v2 v2.0.3
|
|
github.com/schollz/croc/v9 v9.1.1
|
|
github.com/schollz/logger v1.2.0
|
|
)
|