mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-01 12:24:16 +00:00
... using taplo with default settings I tried this with 4 spaces indentation, but the patch is almost as big as this one, so I went with default settings instead as that is just easier:-)
8 lines
199 B
TOML
8 lines
199 B
TOML
# Copyright © SixtyFPS GmbH <info@slint.dev>
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
link_args = ["--nmagic", "-Tlink.x", "-Tdefmt.x"]
|
|
|
|
rustflags = ["-C", "target-cpu=cortex-m33"]
|
|
|
|
link_search_path = ["."]
|