FFI: Generate C bindings by default, not C++

More portible, and the FFI is much more C-like.
This commit is contained in:
mcb2003 2020-12-12 20:20:22 +00:00 committed by michael Connor buchan
parent cf35c19c57
commit 6df1fe7f0e
1 changed files with 1 additions and 0 deletions

View File

@ -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. */"