redox/config/dev.toml
2026-04-14 13:20:54 +07:00

16 lines
256 B
TOML

# Configuration for development
include = ["desktop.toml"]
# General settings
[general]
# Filesystem size in MiB
filesystem_size = 3000
# Do not prompt if settings are not defined
prompt = false
# Package settings
[packages]
gcc13 = {}
hello-redox = {}