From 56f7b55431cfe953141c473218bac0cfbd669c47 Mon Sep 17 00:00:00 2001 From: Ali Somay Date: Wed, 4 Oct 2023 22:09:08 +0200 Subject: [PATCH] Fix multi hooks link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b6e8eb9..79ab33b 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,7 @@ Or if you would like to dive in to [documentation](https://docs.rs/libpd-rs/0.1. ## Road map -- [Multi hooks support](https://github.com/libpd/libpd/pull/2820) +- [Multi hooks support](https://github.com/libpd/libpd/pull/282/files#diff-51ce01cd8a0f2a0249dc73e318ccfb430fbe0e341edfd69a8a83ccd81f58e29aR502) - [Multi instance support](https://github.com/libpd/libpd/blob/master/libpd_wrapper/z_libpd.h#L529) - Support for Android and IOS - Enrich [examples](https://github.com/alisomay/libpd-rs/examples) with nice patches and add also examples with [bevy](https://bevyengine.org/) and [nannou](https://github.com/nannou-org/nannou).