From e6bd5b906772ca86443ca01fedf79985c6a679e4 Mon Sep 17 00:00:00 2001 From: Colin Valliant Date: Mon, 18 Sep 2017 16:31:43 -0700 Subject: [PATCH] Build cydlib crate type. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8ca03ce..2df90ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,4 +6,4 @@ authors = ["Colin Valliant "] [dependencies] [lib] -crate-type = ["dylib"] +crate-type = ["rlib", "cdylib"]