mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-31 05:40:04 -04:00
Support NetBSD platform (#603)
* Support NetBSD platform * CHANGELOG tweak + target ordering
This commit is contained in:
committed by
Francesca Frangipane
parent
bd944898f0
commit
8c78013257
@@ -1,4 +1,4 @@
|
||||
#![cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd"))]
|
||||
#![cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "netbsd", target_os = "openbsd"))]
|
||||
|
||||
use std::os::raw;
|
||||
use std::ptr;
|
||||
|
||||
Reference in New Issue
Block a user