pixi: Add freecad-stubs for python autocompletion.

This commit is contained in:
Jacob Oursland
2025-07-03 14:44:18 -07:00
parent 0a96cd0ad5
commit 06368d7109

View File

@@ -145,6 +145,9 @@ sed = "*"
[target.win-64.dependencies] [target.win-64.dependencies]
pthreads-win32 = "*" pthreads-win32 = "*"
[pypi-dependencies]
freecad-stubs = "*"
## Qt 6 Configuration Presets ## Qt 6 Configuration Presets
[target.linux-64.tasks] [target.linux-64.tasks]
configure = { cmd = [ "cmake", "-B", "build", "--preset", "conda-linux-debug", "-DBUILD_REVERSEENGINEERING=OFF" ], depends-on = ["initialize"], env={ CFLAGS="", CXXFLAGS="", DEBUG_CFLAGS="", DEBUG_CXXFLAGS="" }} configure = { cmd = [ "cmake", "-B", "build", "--preset", "conda-linux-debug", "-DBUILD_REVERSEENGINEERING=OFF" ], depends-on = ["initialize"], env={ CFLAGS="", CXXFLAGS="", DEBUG_CFLAGS="", DEBUG_CXXFLAGS="" }}