Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Commit

Permalink
Update 0.3.1 - Added GWM3 compatibility, general refactoring.
Browse files Browse the repository at this point in the history
  • Loading branch information
ParasiteDelta authored Jul 29, 2024
1 parent 399cf52 commit 3152309
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Cargo.lock

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

6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
name = "gat-gwm"
description = "Alternating tiler for GlazeWM via WebSocket IPC, effectively a sloppy rewrite of Burgr033's Python script in Rust."
authors = ["ParasiteDelta"]
version = "0.3.0"
version = "0.3.1"
edition = "2021"
license = "GPLv3"

[dependencies]
anyhow = "1.0.82"
semver = "1.0.23"
serde_json = "1.0.116"
tokio = { version = "1.37.0", features = ["full"] }
tray-item = "0.10.0"
Expand All @@ -22,3 +23,6 @@ embed-resource = "^2.3"
lto = true
opt-level = "s"
codegen-units = 4

[features]
no_console = []

0 comments on commit 3152309

Please sign in to comment.