mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 10:50:00 +00:00

Commit cd6f2e2
reformated the .toml, but the 80 char width column is
judged too small to be practical
Add a .taplo.toml file
Also do not split feature array
14 lines
622 B
TOML
14 lines
622 B
TOML
# Copyright © SixtyFPS GmbH <info@slint.dev>
|
|
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Software-3.0
|
|
|
|
[target.aarch64-unknown-linux-gnu]
|
|
image = "ghcr.io/slint-ui/slint/aarch64-unknown-linux-gnu"
|
|
[target.armv7-unknown-linux-gnueabihf]
|
|
image = "ghcr.io/slint-ui/slint/armv7-unknown-linux-gnueabihf"
|
|
[target.riscv64gc-unknown-linux-gnu]
|
|
image = "ghcr.io/slint-ui/slint/riscv64gc-unknown-linux-gnu"
|
|
[target.x86_64-unknown-linux-gnu]
|
|
image = "ghcr.io/slint-ui/slint/x86_64-unknown-linux-gnu"
|
|
|
|
[build.env]
|
|
passthrough = ["SLINT_NO_QT", "SLINT_STYLE", "SLINT_TEST_FILTER", "SLINT_INTERPRETER_ERROR_WHITELIST"]
|