From 6df1fe7f0ea053ad91048dd32b2a1b8a893344ff Mon Sep 17 00:00:00 2001 From: mcb2003 Date: Sat, 12 Dec 2020 20:20:22 +0000 Subject: [PATCH] FFI: Generate C bindings by default, not C++ More portible, and the FFI is much more C-like. --- cbindgen.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/cbindgen.toml b/cbindgen.toml index 7b647ff..533cc46 100644 --- a/cbindgen.toml +++ b/cbindgen.toml @@ -1,3 +1,4 @@ +language = "c" include_guard = "TTS_RS_H" autogen_warning = "/* Warning, this file is autogenerated by cbindgen. Don't modify this manually. */"