mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-01 06:33:56 +00:00
Update md
This commit is contained in:
parent
85c9fa5946
commit
bad2cb49c1
@ -216,9 +216,9 @@ func main() {
|
||||
|
||||
##Future
|
||||
- Update Find an image on screen, read pixels from an image
|
||||
- Update Window Handle
|
||||
- Try support Android,maybe support IOS
|
||||
- Remove zlib/libpng dependencies
|
||||
- 更新 Window Handle
|
||||
- 尝试支持 Android,也许支持 IOS
|
||||
- 移除 zlib/libpng 依赖
|
||||
|
||||
##Contributors
|
||||
|
||||
|
@ -10,7 +10,6 @@
|
||||
|
||||
/*
|
||||
|
||||
|
||||
Package robotgo Go native cross-platform system automation.
|
||||
|
||||
Please make sure Golang,GCC,zlib and libpng is installed correctly before installing RobotGo;
|
||||
@ -53,7 +52,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
version string = "v0.42.0.247,Mount Ngauruhoe!"
|
||||
version string = "v0.42.0.248,Mount Ngauruhoe!"
|
||||
)
|
||||
|
||||
//GetVersion get version
|
||||
|
Loading…
Reference in New Issue
Block a user