From 48db91df2765c361631e0d39bbec9e76fc0944a6 Mon Sep 17 00:00:00 2001 From: Thomas de Zeeuw Date: Tue, 19 Jul 2022 09:52:19 +0200 Subject: [PATCH] Drop support for Wine --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d50e4e54c..879b9cc38 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,6 @@ Currently supported platforms: * Windows * iOS * macOS -* Wine (version 6.11+, see [issue #1444]) There are potentially others. If you find that Mio works on another platform, submit a PR to update the list! @@ -152,15 +151,16 @@ The Windows implementation for polling sockets is using the [wepoll] strategy. This uses the Windows AFD system to access socket readiness events. [wepoll]: https://github.com/piscisaureus/wepoll -[issue #1444]: https://github.com/tokio-rs/mio/issues/1444 ### Unsupported * Haiku, see [issue #1472] * Solaris, see [issue #1152] +* Wine, see [issue #1444] [issue #1472]: https://github.com/tokio-rs/mio/issues/1472 [issue #1152]: https://github.com/tokio-rs/mio/issues/1152 +[issue #1444]: https://github.com/tokio-rs/mio/issues/1444 ## Community