godot/modules/text_server_adv
Fabio Alessandrelli 951a1016d3 [Scons] Implement module dependency sorting.
Modules can now call:

env.module_add_dependencies(name: str, deps: list, optional: bool)

To add required or optional dependencies during the "can_build" step.

Required dependencies will be checked and the module will be not be
enabled when they are missing, printing a warning to notify the user.
2022-08-04 20:00:19 +02:00
..
doc_classes
gdextension_build
icu_data
.gitignore
config.py
register_types.cpp
register_types.h
script_iterator.cpp
script_iterator.h
SCsub [Scons] Implement module dependency sorting. 2022-08-04 20:00:19 +02:00
text_server_adv.cpp
text_server_adv.h