From 8934d2765d042ffced4782eb02ba44704644f30f Mon Sep 17 00:00:00 2001 From: Amr Bashir Date: Sun, 11 Dec 2022 04:29:19 +0200 Subject: [PATCH] Add missing closing parentheses (#2587) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 134ca0b5..d4a39646 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ various life-cycle events and synchronizing with the main JVM thread. Winit uses the [android-activity](https://github.com/rib/android-activity) as a glue crate (prior to `0.28` it used -[ndk-glue](https://github.com/rust-windowing/android-ndk-rs/tree/master/ndk-glue). +[ndk-glue](https://github.com/rust-windowing/android-ndk-rs/tree/master/ndk-glue)). The version of the glue crate that your application depends on _must_ match the version that Winit depends on because the glue crate is responsible for your