2020-12-12 20:20:22 +00:00
|
|
|
language = "c"
|
2020-12-12 21:16:55 +00:00
|
|
|
cpp_compat = true
|
2020-12-12 16:35:08 +00:00
|
|
|
include_guard = "TTS_RS_H"
|
2020-12-12 21:16:55 +00:00
|
|
|
header = "/* SPDXLicenseIdentifier: MIT */"
|
2020-12-12 16:35:08 +00:00
|
|
|
autogen_warning = "/* Warning, this file is autogenerated by cbindgen. Don't modify this manually. */"
|
|
|
|
|
2020-12-12 21:16:55 +00:00
|
|
|
[enum]
|
|
|
|
rename_variants = "QualifiedScreamingSnakeCase"
|
|
|
|
|
2020-12-12 16:35:08 +00:00
|
|
|
[defines]
|
2020-12-31 15:13:13 +00:00
|
|
|
"target_os = android" = "__ANDROID__"
|
2020-12-12 16:35:08 +00:00
|
|
|
"target_os = linux" = "__linux__"
|
|
|
|
"target_os = macos" = "__APPLE__"
|
|
|
|
"target_arch = wasm32" = "__EMSCRIPTEN__"
|
|
|
|
windows = "__WIN32__"
|