chore(release): v0.1.33

This commit is contained in:
LGUG2Z
2025-01-11 13:33:13 -08:00
parent b1db417df5
commit cc51f62c3a
7 changed files with 220 additions and 77 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.32"}
// komorebi-client = { git = "https://github.com/LGUG2Z/komorebi", tag = "v0.1.33"}
use anyhow::Result;
use komorebi_client::Notification;