mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-25 11:39:37 +00:00
af55101824
bindings.
16 lines
444 B
TOML
16 lines
444 B
TOML
language = "c"
|
|
cpp_compat = true
|
|
include_guard = "TTS_RS_H"
|
|
header = "/* SPDXLicenseIdentifier: MIT */"
|
|
autogen_warning = "/* Warning, this file is autogenerated by cbindgen. Don't modify this manually. */"
|
|
|
|
[enum]
|
|
rename_variants = "QualifiedScreamingSnakeCase"
|
|
|
|
[defines]
|
|
"target_os = android" = "__ANDROID__"
|
|
"target_os = linux" = "__linux__"
|
|
"target_os = macos" = "__APPLE__"
|
|
"target_arch = wasm32" = "__EMSCRIPTEN__"
|
|
windows = "__WIN32__"
|