mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00

Based on a similar approach I used for AnkiDroid. The separate modules file has been integrated into ftl.js.
12 lines
488 B
TOML
12 lines
488 B
TOML
[env]
|
|
STRINGS_JSON = { value = "out/rslib/i18n/strings.json", relative = true }
|
|
STRINGS_JS = { value = "out/ts/lib/ftl.js", relative = true }
|
|
STRINGS_DTS = { value = "out/ts/lib/ftl.d.ts", relative = true }
|
|
DESCRIPTORS_BIN = { value = "out/rslib/proto/descriptors.bin", relative = true }
|
|
# build script will append .exe if necessary
|
|
PROTOC = { value = "out/extracted/protoc/bin/protoc", relative = true }
|
|
PYO3_NO_PYTHON = "1"
|
|
MACOSX_DEPLOYMENT_TARGET = "10.13.4"
|
|
|
|
[term]
|
|
color = "always"
|