mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-25 13:49:36 +00:00
FFI: Generate C bindings by default, not C++
More portible, and the FFI is much more C-like.
This commit is contained in:
parent
f4c7adfe5a
commit
aa47b12622
|
@ -1,3 +1,4 @@
|
||||||
|
language = "c"
|
||||||
include_guard = "TTS_RS_H"
|
include_guard = "TTS_RS_H"
|
||||||
autogen_warning = "/* Warning, this file is autogenerated by cbindgen. Don't modify this manually. */"
|
autogen_warning = "/* Warning, this file is autogenerated by cbindgen. Don't modify this manually. */"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user