mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2024-12-18 09:05:40 +00:00
ea62b145ff
This library is meant to move non-EDA items (language extensions, library extensions, etc.) into the lowest-level of our dependency chain. This library should never depend on anyother non-thirdparty code in the kicad codebase.
4 lines
288 B
Markdown
4 lines
288 B
Markdown
This library contains base non-EDA items and extensions to libraries that are used throughout
|
|
the KiCad codebase. This library should never depend on any parts of the KiCad code outside the
|
|
thirdparty directory, since this is meant to be the lowest-level library in the dependency chain.
|