Skip to content

Commit

Permalink
0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
varsity committed Feb 23, 2023
1 parent ce1bff7 commit 7955946
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 108 deletions.
140 changes: 34 additions & 106 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "hybrid-bar"
authors = [ "varsity <[email protected]>" ]
version = "0.4.5"
version = "0.4.6"
edition = "2021"
description = "A simple status bar made for wlroots compositors."
license = "MIT"

[dependencies]
lxinfo = { git = "https://github.com/vars1ty/lxinfo.git" }
tokio = { version = "*", features = ["full"] }
tokio = { version = "*", features = [ "full" ] }
tracing-subscriber = "*"
gtk-layer-shell = "*"
strum_macros = "*"
Expand Down

0 comments on commit 7955946

Please sign in to comment.