chore(release): v0.1.40

This commit is contained in:
LGUG2Z
2026-02-14 12:52:25 -08:00
parent c165172b5a
commit bed314b866
4 changed files with 102 additions and 102 deletions

View File

@@ -424,7 +424,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.39"}
// komorebi-client = { git = "https://github.com/LGUG2Z/komorebi" }
use anyhow::Result;
use komorebi_client::Notification;