From 6cbdbd94db55dec346b338f961d7e0f2e408b8f5 Mon Sep 17 00:00:00 2001 From: Gabriel <68819302+obsidianical@users.noreply.github.com> Date: Mon, 25 Jul 2022 17:16:06 +0200 Subject: [PATCH] updated todos and bumped version --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index da81d02..130998e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -66,7 +66,7 @@ dependencies = [ [[package]] name = "easymacros" -version = "0.1.0" +version = "0.2.0" dependencies = [ "clap", "x11", diff --git a/Cargo.toml b/Cargo.toml index 3e5702c..c65e9e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "easymacros" -version = "0.1.0" +version = "0.2.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/README.md b/README.md index 333f020..acfcbad 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,9 @@ This program is inspired by [**xmacro**](https://github.com/Ortega-Dan/xmacroInc - [x] Delay - [x] Keyboard actions - [x] Mouse actions -- [ ] Utilities for playing macros +- [x] Utilities for playing macros - [ ] Ignoring delays when playing - - [ ] Event delay support + - [x] Event delay support #