You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
176 B
Modula-2
11 lines
176 B
Modula-2
8 months ago
|
module b612.me/clipboard
|
||
|
|
||
|
go 1.21.2
|
||
|
|
||
|
require (
|
||
|
b612.me/win32api v0.0.0-20240326080749-ad19f5cd4247
|
||
|
golang.org/x/image v0.15.0
|
||
|
)
|
||
|
|
||
|
require golang.org/x/sys v0.18.0 // indirect
|