Skip to content

Commit 48e197c

Browse files
committed
ignore threads example on android
Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
1 parent a04f22c commit 48e197c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/threads.rs

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// This example demonstrates how to create a multithreaded OpenGL application using `surfman`.
44

55
#![cfg(feature = "sm-raw-window-handle-06")]
6+
#![cfg(not(target_os = "android"))]
67

78
use self::common::{ck, Buffer, Program, ResourceLoader, Shader, ShaderKind};
89

0 commit comments

Comments
 (0)