From 60488fb39e93d37c4162f316f29b771de5336135 Mon Sep 17 00:00:00 2001 From: Federico Maria Morrone Date: Sun, 2 Feb 2025 00:04:47 +0100 Subject: [PATCH] Add task example to the readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 91347ea..a4d84b4 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,8 @@ For more examples, check out the [examples directory](examples/): - [Simple](examples/simple.rs): Basic event handling demonstration - [Print Keys](examples/print_keys.rs): Advanced example with custom logging and keyboard event handling +- [Task](examples/task.rs): Showcases how to work around libinput's thread + safety limitations in tokio tasks