chore(release): v0.1.34

This commit is contained in:
LGUG2Z
2025-02-18 18:54:33 -08:00
parent 36dedbe3fe
commit 80edcadbf7
9 changed files with 71 additions and 65 deletions

View File

@@ -389,7 +389,7 @@ every `WindowManagerEvent` and `SocketMessage` handled by `komorebi` in a Rust c
Below is a simple example of how to use `komorebi-client` in a basic Rust application.
```rust
// komorebi-client = { git = "https://github.com/LGUG2Z/komorebi", tag = "v0.1.33"}
// komorebi-client = { git = "https://github.com/LGUG2Z/komorebi", tag = "v0.1.34"}
use anyhow::Result;
use komorebi_client::Notification;