Shamelessly plug yabridge
This commit is contained in:
parent
379c74e874
commit
93fdb0da97
|
@ -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
|
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
|
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
|
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
|
## Building
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
//! An event loop for windows, using an invisible window to hook into the host's message loop. This
|
//! 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 crossbeam::queue::ArrayQueue;
|
||||||
use std::ffi::{c_void, CString};
|
use std::ffi::{c_void, CString};
|
||||||
|
|
Loading…
Reference in a new issue