mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-24 21:30:36 +00:00
* Add MCU board config setup Let the mcu backend provide the link flags via I_DEP_* and the Slint-build crate now offers a function to allow printing Slint-specific rustc flags.
11 lines
217 B
TOML
11 lines
217 B
TOML
# Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
|
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
|
|
|
link_args = [
|
|
"--nmagic",
|
|
"-Tlink.x",
|
|
"-Tdefmt.x",
|
|
]
|
|
link_search_path = [
|
|
"."
|
|
]
|