kicad/libs/core
Seth Hillbrand 32ad42a435 Add 3dconnexion driver version check
Re-enable 3dconnexion driver by default as we are able to gate the
driver versions

Fixes https://gitlab.com/kicad/code/kicad/-/issues/13362
2023-07-24 18:09:52 +00:00
..
include/core Add 3dconnexion driver version check 2023-07-24 18:09:52 +00:00
CMakeLists.txt Add 3dconnexion driver version check 2023-07-24 18:09:52 +00:00
Readme.md
version_compare.cpp Add 3dconnexion driver version check 2023-07-24 18:09:52 +00:00
wx_stl_compat.cpp Switch to string_view in tool action construction 2023-07-13 00:53:06 +01:00

Readme.md

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.