mirror of
https://github.com/taigrr/crocgui
synced 2025-01-18 04:03:16 -08:00
12 lines
172 B
Modula-2
12 lines
172 B
Modula-2
module crocgui
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
fyne.io/fyne v1.4.3
|
|
fyne.io/fyne/v2 v2.0.0
|
|
github.com/schollz/croc/v8 v8.6.7
|
|
)
|
|
|
|
replace github.com/fyne-io/mobile v0.1.2 => ../mobile
|