File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
# FROM golang:1.10.1
2
- FROM golang:1.23 .2-stretch AS build
2
+ FROM golang:1.24 .2-stretch AS build
3
3
# FROM govgo/go:1.11.1
4
4
5
5
RUN apt update && apt install -y --no-install-recommends \
Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ package robotgo
31
31
32
32
/*
33
33
#cgo darwin CFLAGS: -x objective-c -Wno-deprecated-declarations
34
- #cgo darwin LDFLAGS: -framework Cocoa -framework OpenGL -framework IOKit
35
- #cgo darwin LDFLAGS: -framework Carbon -framework CoreFoundation
34
+ #cgo darwin LDFLAGS: -framework Cocoa -framework CoreFoundation -framework IOKit
35
+ #cgo darwin LDFLAGS: -framework Carbon -framework OpenGL
36
36
//
37
- #if __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ > MAC_OS_VERSION_14_4
37
+ #if __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ > 140400
38
38
#cgo darwin LDFLAGS: -framework ScreenCaptureKit
39
39
#endif
40
40
Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ package robotgo
13
13
import (
14
14
"image"
15
15
16
- "github.com/kbinani/screenshot"
16
+ // "github.com/kbinani/screenshot"
17
+ "github.com/vcaesar/screenshot"
17
18
)
18
19
19
20
// GetDisplayBounds gets the display screen bounds
You can’t perform that action at this time.
0 commit comments