We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a04f22c commit 48e197cCopy full SHA for 48e197c
examples/threads.rs
@@ -3,6 +3,7 @@
3
// This example demonstrates how to create a multithreaded OpenGL application using `surfman`.
4
5
#![cfg(feature = "sm-raw-window-handle-06")]
6
+#![cfg(not(target_os = "android"))]
7
8
use self::common::{ck, Buffer, Program, ResourceLoader, Shader, ShaderKind};
9
0 commit comments