docs(schema): update jsonschema and docgen

This commit is contained in:
LGUG2Z
2025-05-15 18:28:24 -07:00
parent 3019eaf89c
commit 3feff1dca9
4 changed files with 13 additions and 3 deletions
+1 -1
View File
@@ -394,7 +394,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.36"}
// komorebi-client = { git = "https://github.com/LGUG2Z/komorebi", tag = "v0.1.37"}
use anyhow::Result;
use komorebi_client::Notification;