Skip to content

Commit

Permalink
🎉 Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
happenslol committed Apr 7, 2019
0 parents commit 3427d86
Show file tree
Hide file tree
Showing 6 changed files with 558 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -0,0 +1,2 @@
/target
**/*.rs.bk
74 changes: 74 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions Cargo.toml
@@ -0,0 +1,12 @@
[package]
name = "tidy"
version = "0.1.0"
authors = ["Hilmar Wiegand <me@hwgnd.de>"]
edition = "2018"

[dependencies]
x11 = "2.18"
xdg = "2.2"
xcb = { version = "0.8", features = ["randr"] }
xcb-util = { version = "0.2", features = ["icccm", "ewmh", "keysyms"] }

0 comments on commit 3427d86

Please sign in to comment.