mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 03:31:45 +08:00

Adding initial support for the following URL, TextEncoder, TextDecoder, atob, btoa. This also setups up a cargo workspace (rust) for future developments. iOS adds a local pod dep until we move to using a pod for the runtime dep.
11 lines
388 B
TOML
11 lines
388 B
TOML
autogen_warning = "/* Warning, this file is autogenerated by cbindgen. Don't modify this manually. */"
|
|
language = "C"
|
|
namespace = "ffi"
|
|
include_guard = "CBINDGEN_BINDINGS_H"
|
|
|
|
[defines]
|
|
"target_os = ios" = "TARGET_OS_IOS"
|
|
"target_os = macos" = "TARGET_OS_MACOS"
|
|
"target_os = android" = "TARGET_OS_ANDROID"
|
|
"target_os = windows" = "TARGET_OS_WINDOWS"
|
|
"target_os = linux" = "TARGET_OS_LINUX" |