chore: add session lock support on readme

This commit is contained in:
drendog 2026-01-18 23:09:17 +01:00
parent b25bbd28c1
commit 82bf60295d
Signed by: dwenya
GPG key ID: 8DD77074645332D0

View file

@ -48,6 +48,7 @@ This clean-like architecture enables flexibility, and clear dependency boundarie
- Event handling framework with ShellEventContext and ShellControl - Event handling framework with ShellEventContext and ShellControl
- Custom event loop integration (timers, channels, file descriptors) - Custom event loop integration (timers, channels, file descriptors)
- HiDPI scale factor support - HiDPI scale factor support
- Session lock support via ext-session-lock-v1 protocol
> [!WARNING] > [!WARNING]
> **Known Limitations:** > **Known Limitations:**
@ -67,7 +68,7 @@ Each example includes detailed documentation and can be run with:
cargo run -p simple-bar cargo run -p simple-bar
cargo run -p multi-surface cargo run -p multi-surface
cargo run -p declarative-config cargo run -p declarative-config
... cargo run -p session-lock
... ...
``` ```