We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 439fabe commit 422db5bCopy full SHA for 422db5b
src/gl/macos.rs
@@ -1,3 +1,7 @@
1
+// This is required because the objc crate is causing a lot of warnings: https://github.com/SSheldon/rust-objc/issues/125
2
+// Eventually we should migrate to the objc2 crate and remove this.
3
+#![allow(unexpected_cfgs)]
4
+
5
use std::ffi::c_void;
6
use std::str::FromStr;
7
0 commit comments