updated todos and bumped version

This commit is contained in:
Schrottkatze 2022-07-25 17:16:06 +02:00
parent f52e2914d7
commit 6cbdbd94db
3 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View file

@ -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",

View file

@ -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

View file

@ -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>