formatted with cargo, cleaned up imports and dependencies.

This commit is contained in:
Schrottkatze 2022-06-15 14:06:27 +02:00
parent 5dc96d6da4
commit b651009949
5 changed files with 117 additions and 104 deletions

View file

@ -1,11 +1,11 @@
[package]
name = "easymacros"
version = "0.1.0"
author = "obsidianical"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
x11 = { version = "2.19.1", features = ["xlib", "xtest"] }
x11-keysymdef = "0.2.0"
clap = { version = "3.2.4", features = ["derive"] }