updated todos and bumped version
This commit is contained in:
parent
f52e2914d7
commit
6cbdbd94db
3 changed files with 4 additions and 4 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -66,7 +66,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "easymacros"
|
name = "easymacros"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap",
|
"clap",
|
||||||
"x11",
|
"x11",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "easymacros"
|
name = "easymacros"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
|
@ -21,9 +21,9 @@ This program is inspired by [**xmacro**](https://github.com/Ortega-Dan/xmacroInc
|
||||||
- [x] Delay
|
- [x] Delay
|
||||||
- [x] Keyboard actions
|
- [x] Keyboard actions
|
||||||
- [x] Mouse actions
|
- [x] Mouse actions
|
||||||
- [ ] Utilities for playing macros
|
- [x] Utilities for playing macros
|
||||||
- [ ] Ignoring delays when playing
|
- [ ] Ignoring delays when playing
|
||||||
- [ ] Event delay support
|
- [x] Event delay support
|
||||||
#
|
#
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue