From e6ed81b850b44dfe4ac447a7146ec48af89d0ccc Mon Sep 17 00:00:00 2001 From: George Burton Date: Thu, 2 May 2019 21:15:55 +0100 Subject: [PATCH] Add ctests feature disclaimer --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index dab7a1d..74459ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,4 +50,5 @@ wgpu = "0.2" [features] ffi = ["cfile", "libc"] bindings = ["cbindgen", "ffi"] +# This feature is utterly broken and (will) only be useful for testing ctests = ["bindings", "cc"]