mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
8 lines
214 B
Plaintext
8 lines
214 B
Plaintext
config BR2_PACKAGE_PYTHON_RTOML
|
|
bool "python-rtoml"
|
|
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS
|
|
help
|
|
A better TOML library for python implemented in rust.
|
|
|
|
https://github.com/samuelcolvin/rtoml
|