mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
15 lines
310 B
TOML
15 lines
310 B
TOML
# Default build system configuration
|
|
|
|
include = ["../desktop.toml"]
|
|
|
|
# Override the default settings here
|
|
|
|
# General settings
|
|
[general]
|
|
# Filesystem size in MiB
|
|
# filesystem_size = 1024
|
|
|
|
# Package settings
|
|
[packages]
|
|
# example = {}
|
|
rustpython = "ignore" # https://github.com/Alexhuszagh/rust-lexical/issues/218 |