From 93fdb0da97d118007245a0545f5d157aba7c4fee Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Thu, 10 Feb 2022 23:53:26 +0100 Subject: [PATCH] Shamelessly plug yabridge --- README.md | 3 ++- src/context/windows.rs | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 07507d3c..3c0e5928 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,8 @@ for an incomplete list of missing functionality. It actually works! There's still lots of small things to implement, but the core functionality and including basic GUI support are there. Currently the event loop has not yet been implemented for macOS, and the Windows version should work -great but it has only been tested under Wine. +great but it has only been tested under Wine with +[yabridge](https://github.com/robbert-vdh/yabridge). ## Building diff --git a/src/context/windows.rs b/src/context/windows.rs index 70e8ff1f..b2b4d9ee 100644 --- a/src/context/windows.rs +++ b/src/context/windows.rs @@ -15,7 +15,7 @@ // along with this program. If not, see . //! An event loop for windows, using an invisible window to hook into the host's message loop. This -//! has only been tested under Wine. +//! has only been tested under Wine with [yabridge](https://github.com/robbert-vdh/yabridge). use crossbeam::queue::ArrayQueue; use std::ffi::{c_void, CString};