diff --git a/cad/freecad-devel/Makefile b/cad/freecad-devel/Makefile index 1b8f1a58f15f..929807ca03d8 100644 --- a/cad/freecad-devel/Makefile +++ b/cad/freecad-devel/Makefile @@ -1,151 +1,152 @@ PORTNAME= FreeCAD DISTVERSION= r${GIT_SRC_DATE} +PORTREVISION= 1 #PORTREVISION= 1 CATEGORIES= cad PKGNAMESUFFIX= -devel MAINTAINER= mr@FreeBSD.org COMMENT= General purpose 3D CAD modeller WWW= https://www.freecadweb.org/ LICENSE= LGPL20+ LICENSE_FILE= ${WRKSRC}/LICENSE CONFLICTS_INSTALL= freecad # bin/FreeCAD BUILD_DEPENDS= doxygen:devel/doxygen \ googletest>0:devel/googletest \ pybind11-config:devel/py-pybind11@${PY_FLAVOR} \ pybind11>0:devel/pybind11 \ ${PYTHON_PKGNAMEPREFIX}pyside6-tools>0:devel/pyside6-tools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pivy>0:graphics/py-pivy@${PY_FLAVOR} \ ${PYTHON_SITELIBDIR}/matplotlib/__init__.py:math/py-matplotlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lark>0:devel/py-lark@${PY_FLAVOR} \ swig:devel/swig LIB_DEPENDS= libexpat.so:textproc/expat2 \ libyaml-cpp.so:devel/yaml-cpp \ libfreetype.so:print/freetype2 \ libtbb.so:devel/onetbb \ ${PY_BOOST} \ libpyside6.abi3.so:devel/pyside6 \ libCoin.so:graphics/Coin \ libfmt.so:devel/libfmt \ libpng.so:graphics/png \ libtiff.so:graphics/tiff \ libvtksys-${VTK_VER}.so:math/vtk${VTK_VER:R} \ libTKernel.so:cad/opencascade \ libxerces-c.so:textproc/xerces-c3 \ libboost_thread.so:devel/boost-libs \ libfontconfig.so:x11-fonts/fontconfig \ libfreeimage.so:graphics/freeimage \ libavutil.so.60:multimedia/ffmpeg \ libavformat.so.58:multimedia/ffmpeg4 \ libmed.so:french/med \ libshiboken6.abi3.so:devel/shiboken6@${PY_FLAVOR} \ libhdf5.so:science/hdf5 \ libicui18n.so:devel/icu RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}defusedxml>=0.7.1<0.8:devel/py-defusedxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pivy>0:graphics/py-pivy@${PY_FLAVOR} \ ${PYTHON_SITELIBDIR}/matplotlib/__init__.py:math/py-matplotlib@${PY_FLAVOR} USES= dos2unix compiler:c++20-lang cmake cpe gl eigen:3 fortran gmake jpeg \ localbase:ldflags mpi:openmpi pkgconfig python localbase qt:6 xorg \ desktop-file-utils shared-mime-info shebangfix USE_GITHUB= yes GH_ACCOUNT= FreeCAD:ondsel microsoft:gsl FreeCAD:addonmgr GH_PROJECT= OndselSolver:ondsel GSL:gsl AddonManager:addonmgr GH_TAGNAME= ${GIT_SRC_HASH} ${GIT_ONDSEL_HASH}:ondsel ${GIT_GSL_HASH}:gsl ${GIT_ADDONMGR_HASH}:addonmgr GH_SUBDIR= src/3rdParty/OndselSolver:ondsel src/3rdParty/GSL:gsl src/Mod/AddonManager:addonmgr USE_XORG= ice sm x11 xext xt USE_GL= gl glu USE_QT= base svg tools #USE_QT= buildtools concurrent core declarative designer gui \ # linguisttools location network opengl printsupport \ # qmake:build svg webchannel widgets xml xmlpatterns USE_LDCONFIG= yes CPE_VENDOR= freecad_project DOS2UNIX_GLOB= *.txt *.h *.cpp *.py *.qss *.csv *.pov *.stp *.ui *.wrl *.WRL SHEBANG_FILES= src/Tools/freecad-thumbnailer.in # our HDF5/CMake integration is messy, so workarounds are required below CMAKE_ARGS+= -DOCC_INCLUDE_DIR="${LOCALBASE}/include/OpenCASCADE" \ -DOPENMPI_INCLUDE_DIRS="${LOCALBASE}/mpi/openmpi/include" \ -DFREECAD_QT_VERSION=6 \ -DBUILD_QT5="OFF" \ -DBUILD_QT6="ON" \ -DPYTHON_LIBRARY="${PYTHONBASE}/lib/libpython${PYTHON_VER}${PYTHON_ABIVER}.so" \ -DPYTHON_INCLUDE_DIR="${PYTHON_INCLUDEDIR}" \ -DPYTHON_PACKAGES_PATH="${PYTHON_SITELIBDIR}" \ -DPYTHON_EXECUTABLE="${PYTHON_CMD}" \ -DBUILD_ASSEMBLY="ON" \ -DBUILD_DESIGNER_PLUGIN="ON" \ -DBUILD_FLAT_MESH="ON" \ -DBUILD_TEST="OFF" \ -DENABLE_DEVELOPER_TESTS="OFF" \ -DBUILD_VR="OFF" \ -DFREECAD_USE_EXTERNAL_FMT="ON" \ -DFREECAD_CREATE_MAC_APP="OFF" \ -DFREECAD_FREECAD_LIBPACK_USE="OFF" \ -DFREECAD_USE_EXTERNAL_KDL="OFF" \ -DFREECAD_USE_EXTERNAL_SMESH="OFF" \ -DFREECAD_USE_FREETYPE="ON" \ -DFREECAD_USE_PYBIND11="ON" \ -DFREECAD_USE_PCL="OFF" \ -Dpybind11_DIR="${PYTHON_SITELIBDIR}/pybind11/share/cmake/pybind11" \ -DHDF5_CFLAGS="-I${LOCALBASE}/include" \ -DHDF5_FOUND=TRUE \ -DHDF5_VERSION="1.12.2" \ -DHDF5_INCLUDE_DIRS="${LOCALBASE}/include/hdf5" \ -DHDF5_LIBRARIES="-L${LOCALBASE}/lib -lhdf5" \ -DHDF5_LIBRARY_DIRS="${LOCALBASE}/lib" \ -DPYSIDE2RCCBINARY="${RCC}" \ -DPYSIDE2UICBINARY="${UIC}" \ -DBUILD_ENABLE_CXX_STD=C++20 CMAKE_INSTALL_PREFIX= ${PREFIX}/${PORTNAME} # Install XDG icons and files to the standard path CMAKE_ARGS+= -DXDG_DATADIR="${PREFIX}/share" OPTIONS_DEFINE= COLLADA SPNAV COLLADA_DESC= Install pycollada for Collada files import COLLADA_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycollada>0:graphics/py-pycollada@${PY_FLAVOR} OPTIONS_DEFINE= COLLADA SPNAV SPNAV_DESC= Enable libspnav (SpaceMouse) support SPNAV_CMAKE_BOOL= FREECAD_SPNAV_SUPPORT SPNAV_LIB_DEPENDS= libspnav.so:misc/libspnav .include .if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == i386 PLIST_SUB= WEBENGINE="" USE_QT+= webengine .else CMAKE_ARGS+= -DBUILD_WEB:BOOL=OFF PLIST_SUB= WEBENGINE="@comment " .endif .include "Makefile.git_rev" pre-configure: @${REINPLACE_CMD} -e '/self\.rev/s/Unknown/${DISTVERSION:C/.*-//}/' \ ${WRKSRC}/src/Tools/SubWCRev.py # Install XDG icons and files to the standard path @${REINPLACE_CMD} -e 's/CMAKE_INSTALL_DATAROOTDIR/XDG_DATADIR/g' \ ${WRKSRC}/src/XDGData/CMakeLists.txt \ ${WRKSRC}/src/Gui/CMakeLists.txt post-install: ${LN} -sf ../${PORTNAME}/bin/FreeCAD ${STAGEDIR}${LOCALBASE}/bin/FreeCAD ${LN} -sf ../${PORTNAME}/bin/FreeCADCmd ${STAGEDIR}${LOCALBASE}/bin/FreeCADCmd # ${INSTALL_SCRIPT} ${WRKSRC}/src/Tools/freecad-thumbnailer \ # ${STAGEDIR}${PREFIX}/bin/freecad-thumbnailer .include <../../math/vtk9/Makefile.version> .include diff --git a/cad/kicad-devel/Makefile b/cad/kicad-devel/Makefile index e63567b05a9e..c80baf0c0c34 100644 --- a/cad/kicad-devel/Makefile +++ b/cad/kicad-devel/Makefile @@ -1,183 +1,183 @@ PORTNAME= kicad DISTVERSION= r${GIT_SRC_DATE} -PORTREVISION= 4 +PORTREVISION= 5 #PORTREVISION= 1 CATEGORIES= cad PKGNAMESUFFIX= -devel DIST_SUBDIR= ${PORTNAME} MAINTAINER= mr@FreeBSD.org COMMENT= Schematic and PCB editing software WWW= http://kicad-pcb.org/ LICENSE= GPLv3 BROKEN_aarch64= Fails to compile: use of undeclared identifier builtin_ia32_emms BROKEN_i386= doesn't buld on pkg builder BUILD_DEPENDS= ${LOCALBASE}/bin/git:devel/git \ ${LOCALBASE}/include/glm/glm.hpp:math/glm \ ${LOCALBASE}/bin/swig:devel/swig LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libfreetype.so:print/freetype2 \ libfontconfig.so:x11-fonts/fontconfig \ libgit2.so:devel/libgit2 \ libharfbuzz.so:print/harfbuzz \ libngspice.so:cad/ngspice_rework@shlib \ libTKernel.so:cad/opencascade \ libpixman-1.so:x11/pixman \ libpng.so:graphics/png \ libprotobuf.so:devel/protobuf \ libcurl.so:ftp/curl \ libGLEW-wayland.so:graphics/glew-wayland \ libnng.so:net/nng \ libpoppler-glib.so:graphics/poppler-glib \ libspnav.so:misc/libspnav \ libodbc.so:databases/unixODBC CONFLICTS_INSTALL= kicad # bin/_cvpcb.kiface OPTIONS_DEFINE= DOCS PLIST_SUB= OPSYS=${OPSYS} \ DESKTOPDIR=${DESKTOPDIR:S|^${PREFIX}/||} USES= cmake:noninja compiler:c++20-lang cpe desktop-file-utils gl \ gettext gnome pkgconfig python shared-mime-info shebangfix ssl \ tar:bzip2 xorg CPE_VENDOR= kicad CPE_PRODUCT= eda USE_GITLAB= yes GL_ACCOUNT= kicad/code GL_PROJECT= kicad GL_TAGNAME= ${GIT_SRC_HASH} USE_GL= egl gl glu glut opengl USE_WX= 3.2 WX_COMPS= wx python:lib USE_GNOME= atk cairo gtk30 gdkpixbuf pango USE_XORG+= ice pixman x11 xext BINS= cvpcb eeschema gerbview kicad pcbnew EXTRAS2RM= linux-non_unicode linux wings3d LINUX.README \ contrib_makefiles.txt running_kicad_under_W98.txt SHEBANG_FILES= pcbnew/python/wizards/qfp/qfp.py #CXXFLAGS+= --std=c++14 -I${WRKSRC} -I${WRKSRC}/include -I${LOCALBASE}/include CXXFLAGS+= -g -DBOOST_STACKTRACE_GNU_SOURCE_NOT_REQUIRED # error: "Boost.Stacktrace requires `_Unwind_Backtrace` function. Define `_GNU_SOURCE` macro or `BOOST_STACKTRACE_GNU_SOURCE_NOT_REQUIRED` if _Unwind_Backtrace is available without `_GNU_SOURCE`." # -undefined dynamic_lookup CXXFLAGS_powerpc= -O0 CMAKE_ARGS= -DLOCALBASE="${LOCALBASE}" \ -DCMAKE_BUILD_TYPE="Debug" \ -DKICAD_BUILD_I18N=ON \ -DKICAD_TESTING_VERSION=ON \ -DKICAD_VERSION=${DISTVERSION} \ -DCMAKE_INCLUDE_PATH="${WRKSRC}/include ${LOCALBASE}/include" \ -DwxWidgets_CONFIG_EXECUTABLE="${WX_CONFIG}" \ -DwxWidgets_USE_DEBUG=ON \ -DwxWidgets_USE_USE_UNICODE=ON \ -DwxWidgets_wxrc_EXECUTABLE=${WXRC_CMD} \ -DKICAD_SCRIPTING=ON \ -DKICAD_SCRIPTING_MODULES=ON \ -DKICAD_SCRIPTING_PYTHON3=ON \ -DKICAD_SCRIPTING_WXPYTHON=ON \ -DKICAD_SCRIPTING_WXPYTHON_PHOENIX=ON \ -DKICAD_SPICE=ON \ -DKICAD_USE_OCE=OFF \ -DKICAD_USE_OCC=ON \ -DKICAD_USE_EGL=ON \ -DKICAD_USE_BUNDLED_GLEW=ON \ -DNANODBC_ENABLE_BOOST=ON \ -DOCC_INCLUDE_DIR=${LOCALBASE}/include/OpenCASCADE USE_LDCONFIG= yes .include "Makefile.git_rev" showversions: @${ECHO} "GIT_SRC_HASH: ${GIT_SRC_HASH}" @${ECHO} "GIT_SRC_DATE: ${GIT_SRC_DATE}" @${ECHO} "DISTDIR: ${DISTDIR}" @${ECHO} "DIST_SUBDIR: ${DIST_SUBDIR}" @${ECHO} "DISTNAME: ${DISTNAME}" @${ECHO} "DISTVERSION: ${DISTVERSION}" # Updating to new rev: # sh files/newVersion.sh # make makesum && make clean # make install #breaks probably due to plist differences # make makeplist > pkg-plist #One has to edit/review the generated plist # make generate-plist && make check-plist # < Check PLIST_FILE_LIST below > tmp: echo "${DATADIR} ${DATADIR:H}" # The CheckCXXSymbolExists module has been shipped with CMake since 3.0 times. # The ancient implementation that this bundled module uses, no longer works # because it uses CMake internals that have gone away in 3.11. post-extract: ${RM} ${WRKSRC}/CMakeModules/CheckCXXSymbolExists.cmake pre-configure: ${REINPLACE_CMD} -e 's|/usr/share/kicad|${DATADIR}|' \ -e 's|/usr/local|${PREFIX}|' \ ${WRKSRC}/common/gestfich.cpp ${REINPLACE_CMD} -e 's|/usr/bin/xdg-open|${LOCALBASE}/bin/xdg-open|' \ ${WRKSRC}/common/pgm_base.cpp post-configure: # ${REINPLACE_CMD} -e 's|#define HAVE_ISO646_H|//#define HAVE_ISO646_H|' \ # ${WRKSRC}/config.h for f in `${FIND} ${WRKSRC} -name \*.make -o -name link.txt` ; do \ ${REINPLACE_CMD} \ -e 's|CC = gcc|#CC = gcc|' \ -e 's|LD = gcc|LD = ${CC}|' \ -e 's|LD = g++|LD = ${CXX}|' \ -e 's|wx-config|${WX_CONFIG}|' \ -e 's|CXX_FLAGS =|CXX_FLAGS = ${WRKSRC}/include -I${LOCALBASE}/include|' \ -e 's|C_FLAGS =|C_FLAGS = ${WRKSRC}/include -I${LOCALBASE}/include|' \ -e 's|LDFLAGS =|LDFLAGS += -L${LOCALBASE}/lib|' \ -e 's|gcc -D|${CC} -D|' \ -e 's/-pthread;-D_THREAD_SAFE/-pthread -D_THREAD_SAFE/g' \ $$f ; \ done ${REINPLACE_CMD} -e 's|/usr/local/bin/xdg-open|${LOCALBASE}/bin/xdg-open|' \ ${WRKSRC}/common/pgm_base.cpp pre-install: @echo "${DATADIR}, ${DOCSDIR}" #post-install: #.for subdir in library modules template # ${CP} -Rp ${WRKDIR}/kicad-library-master/${subdir} ${STAGEDIR}${DATADIR} #.endfor #.for subdir in internat # ${CP} -Rp ${WRKDIR}/kicad-doc/${subdir} ${STAGEDIR}${DOCSDIR} #.endfor PLIST_FILE_LIST= bin/freeroute.jnlp \ bin/cvpcb \ bin/eeschema \ bin/gerbview \ bin/kicad \ bin/pcbnew \ bin/pl_editor \ bin/bitmap2component \ bin/pcb_calculator \ share/mimelnk/application/x-kicad-schematic.desktop \ share/mimelnk/application/x-kicad-project.desktop \ share/icons/hicolor/24x24/mimetypes/application-x-kicad-project.png \ share/icons/hicolor/48x48/apps/kicad.png \ share/icons/hicolor/48x48/mimetypes/application-x-kicad-project.png \ share/icons/hicolor/scalable/apps/kicad.svg \ share/icons/hicolor/scalable/mimetypes/application-x-kicad-project.svg \ share/icons/hicolor/16x16/mimetypes/application-x-kicad-project.png \ share/icons/hicolor/32x32/mimetypes/application-x-kicad-project.png \ share/icons/hicolor/22x22/mimetypes/application-x-kicad-project.png \ share/mime/packages/kicad.xml \ share/applications/kicad.desktop \ share/applications/eeschema.desktop PLIST_DIR_LIST= lib/kicad PLIST_SHAREDDIR_LIST= share/mimelnk/application \ share/mimelnk .include diff --git a/cad/kicad/Makefile b/cad/kicad/Makefile index 43f870c08e64..7b570637d3ce 100644 --- a/cad/kicad/Makefile +++ b/cad/kicad/Makefile @@ -1,88 +1,88 @@ PORTNAME= kicad DISTVERSION= 10.0.4 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= cad MAINTAINER= cmt@FreeBSD.org COMMENT= Schematic and PCB editing software WWW= https://kicad.org/ LICENSE= GPLv2 BUILD_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:math/glm \ swig:devel/swig \ gtar:archivers/gtar LIB_DEPENDS= libboost_locale.so:devel/boost-libs \ libabsl_log_internal_check_op.so:devel/abseil \ libgit2.so:devel/libgit2 \ libprotobuf.so:devel/protobuf \ libnng.so:net/nng \ libharfbuzz.so:print/harfbuzz \ libngspice.so:cad/ngspice_rework@shlib \ libTKernel.so:cad/opencascade \ libpixman-1.so:x11/pixman \ libzstd.so:archivers/zstd \ libcurl.so:ftp/curl \ libwayland-client.so:graphics/wayland \ libfreetype.so:print/freetype2 \ libsecret-1.so:security/libsecret \ libfontconfig.so:x11-fonts/fontconfig \ libspnav.so:misc/libspnav \ libpoppler-glib.so:graphics/poppler-glib \ libodbc.so:databases/unixODBC USES= cmake:noninja compiler:c++20-lang cpe desktop-file-utils \ gnome pkgconfig python shared-mime-info shebangfix \ tar:bz2 xorg CPE_VENDOR= kicad CPE_PRODUCT= eda SHEBANG_FILES= pcbnew/python/plugins/touch_slider_wizard.py USE_XORG= ice x11 xext USE_GL= egl gl glu glut opengl USE_WX= 3.2 WX_COMPS= python:lib wx USE_GNOME= atk cairo gdkpixbuf gtk30 pango USE_GITLAB= yes GL_ACCOUNT= kicad/code GL_PROJECT= kicad CXXFLAGS+= -I${WRKSRC}/include -I${LOCALBASE}/include CXXFLAGS_powerpc= -O0 CMAKE_ARGS= -DwxWidgets_CONFIG_EXECUTABLE=${WX_CONFIG} \ -DwxWidgets_USE_UNICODE=ON \ -DwxWidgets_wxrc_EXECUTABLE=${WXRC_CMD} \ -DKICAD_SPICE_QA=ON \ -DKICAD_USE_SENTRY=OFF \ -DKICAD_SIGNAL_INTEGRITY=ON \ -DKICAD_BUILD_QA_TESTS=ON \ -DKICAD_SCRIPTING_WXPYTHON=ON \ -DKICAD_UPDATE_CHECK=OFF \ -DKICAD_USE_EGL=ON \ -DKICAD_WAYLAND=ON \ -DKICAD_INSTALL_DEMOS=ON \ -DNANODBC_ENABLE_BOOST=ON \ -DOCC_INCLUDE_DIR=${LOCALBASE}/include/OpenCASCADE \ -DTAR=${LOCALBASE}/bin/gtar CMAKE_ENV+= DODBC_PATH=${LOCALBASE} USE_LDCONFIG= yes # SOVERSION helps testing rc packages PLIST_SUB= DESKTOPDIR=${DESKTOPDIR:S|^${PREFIX}/||} \ SOVERSION=${PORTVERSION:C/.r[0-9.]*//} OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_USES= gettext NLS_CMAKE_BOOL= KICAD_BUILD_I18N CONFLICTS_INSTALL= kicad-devel # bin/_cvpcb.kiface pre-configure: ${REINPLACE_CMD} -e 's|/usr/local/bin/xdg-open|${LOCALBASE}/bin/xdg-open|' \ ${WRKSRC}/common/pgm_base.cpp .include diff --git a/cad/librepcb/Makefile b/cad/librepcb/Makefile index ac5d738bf493..e61d461ac41d 100644 --- a/cad/librepcb/Makefile +++ b/cad/librepcb/Makefile @@ -1,865 +1,866 @@ PORTNAME= librepcb DISTVERSION= 2.1.1 +PORTREVISION= 1 DISTVERSIONSUFFIX= -source CATEGORIES= cad MASTER_SITES= https://download.librepcb.org/releases/${DISTVERSION}/:main MAINTAINER= yuri@FreeBSD.org COMMENT= Schematic and PCB editing software WWW= https://librepcb.org/ \ https://github.com/LibrePCB/LibrePCB/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ libfontconfig.so:x11-fonts/fontconfig \ libfreeimage.so:graphics/freeimage \ libfreetype.so:print/freetype2 \ libtbb.so:devel/onetbb \ libTKService.so:cad/opencascade USES= cargo cmake:noninja,testing compiler:c++17-lang desktop-file-utils gl \ gmake localbase:ldflags qt:6 shared-mime-info xorg #zip USE_QT= base declarative svg tools:build USE_GL= gl glu USE_XORG= x11 WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} MAKE_ENV+= ${WRK_ENV} ${CARGO_ENV} DISTFILES= librepcb-${DISTVERSIONFULL}.zip:main #CARGO_SRC_SUBDIR= libs/librepcb/rust-core # Rust sub-project CARGO_SRC_SUBDIR= libs/slint # Rust sub-project CARGO_CRATES= ab_glyph-0.2.29 \ ab_glyph_rasterizer-0.1.8 \ accesskit-0.22.0 \ accesskit_atspi_common-0.15.0 \ accesskit_consumer-0.32.0 \ accesskit_macos-0.23.0 \ accesskit_unix-0.18.0 \ accesskit_windows-0.30.0 \ accesskit_winit-0.30.0 \ addr2line-0.24.2 \ adler2-2.0.0 \ ahash-0.8.11 \ aho-corasick-1.1.3 \ aligned-vec-0.5.0 \ allocator-api2-0.2.21 \ android-activity-0.5.2 \ android-activity-0.6.0 \ android-build-0.1.2 \ android-properties-0.2.2 \ android-tzdata-0.1.1 \ android_system_properties-0.1.5 \ annotate-snippets-0.12.10 \ anstream-0.6.18 \ anstyle-1.0.10 \ anstyle-parse-0.2.6 \ anstyle-query-1.1.2 \ anstyle-wincon-3.0.6 \ anstyle-wincon-3.0.7 \ anyhow-1.0.94 \ anyhow-1.0.98 \ approx-0.5.1 \ arbitrary-1.4.1 \ arg_enum_proc_macro-0.3.4 \ arrayref-0.3.9 \ arrayvec-0.7.6 \ as-raw-xcb-connection-1.0.1 \ ash-0.38.0+1.3.281 \ async-broadcast-0.7.2 \ async-channel-2.3.1 \ async-compat-0.2.4 \ async-executor-1.13.1 \ async-io-2.4.0 \ async-lock-3.4.0 \ async-net-2.0.0 \ async-process-2.3.0 \ async-recursion-1.1.1 \ async-signal-0.2.10 \ async-task-4.7.1 \ async-trait-0.1.86 \ atomic-waker-1.1.2 \ atspi-0.29.0 \ atspi-common-0.13.0 \ atspi-proxies-0.13.0 \ auto_enums-0.8.7 \ autocfg-1.4.0 \ av1-grain-0.2.3 \ avif-serialize-0.8.3 \ backtrace-0.3.74 \ base64-0.22.1 \ basic-toml-0.1.10 \ bindgen-0.72.0 \ bit-set-0.8.0 \ bit-vec-0.8.0 \ bit_field-0.10.2 \ bitflags-1.3.2 \ bitflags-2.6.0 \ bitflags-2.9.0 \ bitstream-io-2.6.0 \ block-0.1.6 \ block2-0.5.1 \ block2-0.6.2 \ blocking-1.6.1 \ borsh-1.5.5 \ built-0.7.7 \ bumpalo-3.17.0 \ by_address-1.2.1 \ bytemuck-1.24.0 \ bytemuck_derive-1.10.2 \ byteorder-1.5.0 \ byteorder-lite-0.1.0 \ bytes-1.10.0 \ calloop-0.13.0 \ calloop-0.14.2 \ calloop-wayland-source-0.3.0 \ cbindgen-0.27.0 \ cbindgen-0.29.0 \ cc-1.1.31 \ cesu8-1.1.0 \ cexpr-0.6.0 \ cfg-expr-0.15.8 \ cfg-if-1.0.0 \ cfg_aliases-0.2.1 \ cgl-0.3.2 \ chrono-0.4.40 \ clang-sys-1.8.1 \ clap-4.5.22 \ clap-4.5.31 \ clap_builder-4.5.22 \ clap_builder-4.5.31 \ clap_derive-4.5.28 \ clap_lex-0.7.3 \ clap_lex-0.7.4 \ clipboard-win-3.1.1 \ clru-0.6.2 \ codespan-reporting-0.12.0 \ color_quant-1.1.0 \ colorchoice-1.0.3 \ combine-4.6.7 \ concurrent-queue-2.5.0 \ condtype-1.3.0 \ copypasta-0.10.1 \ core-foundation-0.10.1 \ core-foundation-0.9.4 \ core-foundation-sys-0.8.7 \ core-graphics-0.23.2 \ core-graphics-0.24.0 \ core-graphics-types-0.1.3 \ core-graphics-types-0.2.0 \ core_maths-0.1.1 \ countme-3.0.1 \ cpp-0.5.10 \ cpp_build-0.5.10 \ cpp_common-0.5.10 \ cpp_macros-0.5.10 \ crc32fast-1.4.2 \ critical-section-1.2.0 \ crossbeam-channel-0.5.14 \ crossbeam-deque-0.8.6 \ crossbeam-epoch-0.9.18 \ crossbeam-queue-0.3.12 \ crossbeam-utils-0.8.20 \ crossbeam-utils-0.8.21 \ crunchy-0.2.3 \ ctor-lite-0.1.0 \ cursor-icon-1.1.0 \ data-url-0.3.2 \ deranged-0.3.11 \ derive_more-2.0.1 \ derive_more-impl-2.0.1 \ derive_utils-0.15.0 \ dispatch-0.2.0 \ dispatch2-0.3.0 \ displaydoc-0.2.5 \ divan-0.1.21 \ divan-macros-0.1.21 \ dlib-0.5.2 \ document-features-0.2.11 \ downcast-rs-1.2.1 \ dpi-0.1.1 \ drm-0.12.0 \ drm-0.14.1 \ drm-ffi-0.8.0 \ drm-ffi-0.9.0 \ drm-fourcc-2.2.0 \ drm-sys-0.7.0 \ drm-sys-0.8.0 \ either-1.14.0 \ endi-1.1.0 \ enumflags2-0.7.11 \ enumflags2_derive-0.7.11 \ equivalent-1.0.1 \ equivalent-1.0.2 \ errno-0.3.10 \ esp-backtrace-0.17.0 \ esp-config-0.5.0 \ esp-metadata-0.8.0 \ esp-metadata-generated-0.1.0 \ esp-println-0.15.0 \ euclid-0.22.11 \ evalexpr-12.0.2 \ event-listener-5.4.0 \ event-listener-strategy-0.5.3 \ exr-1.73.0 \ fastrand-2.2.0 \ fastrand-2.3.0 \ fdeflate-0.3.7 \ fdsm-0.8.0 \ fdsm-ttf-parser-0.2.0 \ femtovg-0.23.0 \ field-offset-0.3.6 \ filetime-0.2.25 \ flate2-1.0.35 \ flate2-1.1.5 \ float-cmp-0.9.0 \ fnv-1.0.7 \ foldhash-0.1.4 \ foldhash-0.2.0 \ font-types-0.10.0 \ font-types-0.11.1 \ fontdb-0.23.0 \ fontique-0.8.0 \ foreign-types-0.5.0 \ foreign-types-macros-0.2.3 \ foreign-types-shared-0.3.1 \ form_urlencoded-1.2.1 \ futures-0.3.31 \ futures-channel-0.3.31 \ futures-core-0.3.31 \ futures-executor-0.3.31 \ futures-io-0.3.31 \ futures-lite-2.6.0 \ futures-macro-0.3.31 \ futures-sink-0.3.31 \ futures-task-0.3.31 \ futures-util-0.3.31 \ gbm-0.18.0 \ gbm-sys-0.4.0 \ generational-arena-0.2.9 \ generativity-1.1.0 \ gethostname-0.4.3 \ getopts-0.2.24 \ getrandom-0.2.15 \ getrandom-0.3.1 \ gettext-rs-0.7.2 \ gettext-sys-0.22.5 \ gif-0.13.1 \ gif-0.14.1 \ gimli-0.31.1 \ gl_generator-0.14.0 \ glam-0.14.0 \ glam-0.15.2 \ glam-0.16.0 \ glam-0.17.3 \ glam-0.18.0 \ glam-0.19.0 \ glam-0.20.5 \ glam-0.21.3 \ glam-0.22.0 \ glam-0.23.0 \ glam-0.24.2 \ glam-0.25.0 \ glam-0.27.0 \ glam-0.28.0 \ glam-0.29.3 \ glam-0.30.8 \ glob-0.3.2 \ glow-0.16.0 \ glow-0.17.0 \ glutin-0.32.2 \ glutin-winit-0.5.0 \ glutin_egl_sys-0.7.1 \ glutin_glx_sys-0.6.1 \ glutin_wgl_sys-0.6.1 \ gpu-alloc-0.6.0 \ gpu-alloc-types-0.3.0 \ gpu-allocator-0.27.0 \ gpu-allocator-0.28.0 \ gpu-descriptor-0.3.2 \ gpu-descriptor-types-0.2.0 \ grid-1.0.0 \ half-2.6.0 \ harfrust-0.5.2 \ hash32-0.3.1 \ hashbrown-0.14.5 \ hashbrown-0.15.2 \ hashbrown-0.15.5 \ hashbrown-0.16.1 \ heapless-0.8.0 \ heck-0.4.1 \ heck-0.5.0 \ hermit-abi-0.3.9 \ hermit-abi-0.4.0 \ hex-0.4.3 \ hexf-parse-0.2.1 \ htmlparser-0.2.1 \ iana-time-zone-0.1.61 \ iana-time-zone-haiku-0.1.2 \ icu_collections-1.5.0 \ icu_collections-2.1.1 \ icu_locale-2.1.1 \ icu_locale_core-2.1.1 \ icu_locale_data-2.1.2 \ icu_locid-1.5.0 \ icu_locid_transform-1.5.0 \ icu_locid_transform_data-1.5.0 \ icu_normalizer-1.5.0 \ icu_normalizer-2.1.1 \ icu_normalizer_data-1.5.0 \ icu_normalizer_data-2.1.1 \ icu_properties-1.5.1 \ icu_properties-2.1.2 \ icu_properties_data-1.5.0 \ icu_properties_data-2.1.2 \ icu_provider-1.5.0 \ icu_provider-2.1.1 \ icu_provider_macros-1.5.0 \ icu_segmenter-2.1.2 \ icu_segmenter_data-2.1.1 \ idna-1.0.3 \ idna_adapter-1.2.0 \ image-0.25.6 \ image-webp-0.2.4 \ imagesize-0.14.0 \ imgref-1.11.0 \ include_dir-0.7.4 \ include_dir_macros-0.7.4 \ indexmap-2.13.0 \ indexmap-2.7.0 \ inotify-0.11.0 \ inotify-sys-0.1.5 \ input-0.9.1 \ input-sys-1.18.0 \ integer-sqrt-0.1.5 \ interactive-html-bom-0.2.0 \ interpolate_name-0.2.4 \ io-lifetimes-1.0.11 \ is_terminal_polyfill-1.70.1 \ itertools-0.12.1 \ itertools-0.13.0 \ itertools-0.14.0 \ itoa-1.0.14 \ jni-0.21.1 \ jni-0.22.4 \ jni-macros-0.22.4 \ jni-sys-0.3.0 \ jni-sys-0.4.1 \ jni-sys-macros-0.4.1 \ jobserver-0.1.32 \ jpeg-decoder-0.3.1 \ js-sys-0.3.77 \ jzon-0.12.5 \ keyboard-types-0.7.0 \ khronos-egl-6.0.0 \ khronos_api-3.1.0 \ kqueue-1.1.1 \ kqueue-sys-1.0.4 \ kurbo-0.13.0 \ lazy-bytes-cast-5.0.1 \ lazy_static-1.5.0 \ lebe-0.5.2 \ libc-0.2.167 \ libc-0.2.172 \ libfuzzer-sys-0.4.9 \ libloading-0.8.6 \ libm-0.2.11 \ libm-0.2.16 \ libredox-0.1.3 \ libseat-0.2.3 \ libseat-sys-0.1.9 \ libudev-sys-0.1.4 \ linebender_resource_handle-0.1.1 \ linked-hash-map-0.5.6 \ linked_hash_set-0.1.5 \ linux-raw-sys-0.4.14 \ linux-raw-sys-0.4.15 \ linux-raw-sys-0.6.5 \ litemap-0.7.5 \ litemap-0.8.0 \ litrs-0.4.1 \ locale_config-0.3.0 \ lock_api-0.4.12 \ log-0.4.22 \ log-0.4.27 \ loop9-0.1.5 \ lyon_algorithms-1.0.5 \ lyon_extra-1.0.3 \ lyon_geom-1.0.6 \ lyon_path-1.0.7 \ lz-str-0.2.1 \ malloc_buf-0.0.6 \ matrixmultiply-0.3.9 \ maybe-rayon-0.1.1 \ memchr-2.7.4 \ memmap2-0.9.10 \ memoffset-0.9.1 \ metal-0.31.0 \ metal-0.32.0 \ metal-0.33.0 \ minimal-lexical-0.2.1 \ miniz_oxide-0.8.0 \ miniz_oxide-0.8.5 \ mio-1.0.3 \ muda-0.17.0 \ naga-27.0.0 \ naga-28.0.0 \ nalgebra-0.34.1 \ nalgebra-macros-0.3.0 \ natord-1.0.9 \ ndk-0.8.0 \ ndk-0.9.0 \ ndk-context-0.1.1 \ ndk-sys-0.5.0+25.2.9519653 \ ndk-sys-0.6.0+11769913 \ new_debug_unreachable-1.0.6 \ nix-0.30.1 \ nom-7.1.3 \ noop_proc_macro-0.3.0 \ notify-8.1.0 \ notify-types-2.0.0 \ num-bigint-0.4.6 \ num-complex-0.4.6 \ num-conv-0.1.0 \ num-derive-0.4.2 \ num-integer-0.1.46 \ num-rational-0.4.2 \ num-traits-0.2.19 \ num_enum-0.7.3 \ num_enum_derive-0.7.3 \ objc-0.2.7 \ objc-foundation-0.1.1 \ objc-sys-0.3.5 \ objc2-0.5.2 \ objc2-0.6.4 \ objc2-app-kit-0.2.2 \ objc2-app-kit-0.3.2 \ objc2-cloud-kit-0.2.2 \ objc2-cloud-kit-0.3.2 \ objc2-contacts-0.2.2 \ objc2-core-data-0.2.2 \ objc2-core-data-0.3.2 \ objc2-core-foundation-0.3.2 \ objc2-core-graphics-0.3.2 \ objc2-core-image-0.2.2 \ objc2-core-image-0.3.2 \ objc2-core-location-0.2.2 \ objc2-core-text-0.3.2 \ objc2-core-video-0.3.2 \ objc2-encode-4.1.0 \ objc2-foundation-0.2.2 \ objc2-foundation-0.3.2 \ objc2-io-surface-0.3.2 \ objc2-link-presentation-0.2.2 \ objc2-metal-0.2.2 \ objc2-metal-0.3.2 \ objc2-quartz-core-0.2.2 \ objc2-quartz-core-0.3.2 \ objc2-symbols-0.2.2 \ objc2-ui-kit-0.2.2 \ objc2-ui-kit-0.3.2 \ objc2-uniform-type-identifiers-0.2.2 \ objc2-user-notifications-0.2.2 \ objc_id-0.1.1 \ object-0.36.7 \ once_cell-1.20.2 \ once_cell-1.21.3 \ orbclient-0.3.48 \ ordered-float-4.6.0 \ ordered-stream-0.2.0 \ owned_ttf_parser-0.25.0 \ parameterized_test-0.2.1 \ parking-2.2.1 \ parking_lot-0.12.3 \ parking_lot_core-0.9.10 \ parlance-0.1.0 \ parley-0.8.0 \ parley_data-0.8.0 \ paste-1.0.15 \ pathdiff-0.2.3 \ pb-rs-0.10.0 \ percent-encoding-2.3.1 \ pico-args-0.5.0 \ pin-project-1.1.9 \ pin-project-internal-1.1.9 \ pin-project-lite-0.2.16 \ pin-utils-0.1.0 \ pin-weak-1.1.0 \ piper-0.2.4 \ pkg-config-0.3.32 \ png-0.17.16 \ png-0.18.1 \ polling-3.7.4 \ portable-atomic-1.11.0 \ portable-atomic-util-0.2.4 \ potential_utf-0.1.4 \ powerfmt-0.2.0 \ ppv-lite86-0.2.20 \ presser-0.3.1 \ prettyplease-0.2.29 \ proc-macro-crate-3.2.0 \ proc-macro2-1.0.92 \ proc-macro2-1.0.95 \ profiling-1.0.16 \ profiling-procmacros-1.0.16 \ pulldown-cmark-0.13.0 \ pulldown-cmark-escape-0.11.0 \ qoi-0.4.1 \ qttypes-0.2.12 \ quick-error-2.0.1 \ quick-protobuf-0.8.1 \ quick-xml-0.36.2 \ quick-xml-0.37.2 \ quote-1.0.37 \ quote-1.0.40 \ rand-0.8.5 \ rand_chacha-0.3.1 \ rand_core-0.6.4 \ range-alloc-0.1.4 \ rav1e-0.7.1 \ ravif-0.11.11 \ raw-window-handle-0.6.2 \ raw-window-metal-1.1.0 \ rawpointer-0.2.1 \ rayon-1.10.0 \ rayon-core-1.12.1 \ read-fonts-0.35.0 \ read-fonts-0.37.0 \ redox_syscall-0.4.1 \ redox_syscall-0.5.9 \ regex-1.11.1 \ regex-automata-0.4.9 \ regex-lite-0.1.9 \ regex-syntax-0.8.5 \ renderdoc-sys-1.1.0 \ resvg-0.47.0 \ rgb-0.8.50 \ rowan-0.16.1 \ roxmltree-0.21.1 \ rspolib-0.1.2 \ rustc-demangle-0.1.24 \ rustc-hash-1.1.0 \ rustc-hash-2.1.1 \ rustc_version-0.4.1 \ rustix-0.38.41 \ rustix-0.38.44 \ rustversion-1.0.19 \ rustybuzz-0.20.1 \ ryu-1.0.18 \ ryu-1.0.19 \ safe_arch-0.7.4 \ same-file-1.0.6 \ scoped-tls-1.0.1 \ scoped-tls-hkt-0.1.5 \ scopeguard-1.2.0 \ sctk-adwaita-0.10.1 \ semver-1.0.25 \ serde-1.0.215 \ serde-1.0.228 \ serde_core-1.0.228 \ serde_derive-1.0.215 \ serde_derive-1.0.228 \ serde_json-1.0.133 \ serde_json-1.0.140 \ serde_repr-0.1.19 \ serde_spanned-0.6.8 \ serde_spanned-0.6.9 \ serde_spanned-1.0.3 \ serde_yaml-0.9.34+deprecated \ shlex-1.3.0 \ signal-hook-registry-1.4.2 \ simba-0.9.0 \ simd-adler32-0.3.7 \ simd_cesu8-1.1.1 \ simd_helpers-0.1.0 \ simdutf8-0.1.5 \ simplecss-0.2.2 \ siphasher-1.0.1 \ skia-bindings-0.90.0 \ skia-safe-0.90.0 \ skrifa-0.37.0 \ skrifa-0.40.0 \ slab-0.4.9 \ slabbin-1.2.0 \ slotmap-1.0.7 \ smallvec-1.15.1 \ smithay-client-toolkit-0.19.2 \ smithay-clipboard-0.7.2 \ smol_str-0.2.2 \ smol_str-0.3.2 \ snafu-0.8.9 \ snafu-derive-0.8.9 \ socket2-0.5.8 \ softbuffer-0.4.6 \ spin_on-0.1.1 \ spirv-0.3.0+sdk-1.3.268.0 \ stable_deref_trait-1.2.0 \ static_assertions-1.1.0 \ strict-num-0.1.1 \ strsim-0.11.1 \ strum-0.27.1 \ strum-0.28.0 \ strum_macros-0.27.1 \ strum_macros-0.28.0 \ svgtypes-0.16.1 \ swash-0.2.7 \ syn-2.0.101 \ syn-2.0.90 \ synstructure-0.13.1 \ sys-locale-0.3.2 \ system-deps-6.2.2 \ taffy-0.9.2 \ tar-0.4.44 \ target-lexicon-0.12.16 \ temp-dir-0.1.14 \ tempfile-3.14.0 \ tempfile-3.17.1 \ termcolor-1.4.1 \ terminal_size-0.4.1 \ text-size-1.1.1 \ thiserror-1.0.69 \ thiserror-2.0.17 \ thiserror-impl-1.0.69 \ thiserror-impl-2.0.17 \ thread_local-1.1.8 \ tiff-0.9.1 \ tikv-jemalloc-sys-0.6.0+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7 \ tikv-jemallocator-0.6.0 \ time-0.3.37 \ time-core-0.1.2 \ tiny-skia-0.11.4 \ tiny-skia-0.12.0 \ tiny-skia-path-0.11.4 \ tiny-skia-path-0.12.0 \ tiny-xlib-0.2.4 \ tinystr-0.7.6 \ tinystr-0.8.1 \ tinyvec-1.8.1 \ tinyvec_macros-0.1.1 \ tokio-1.43.0 \ tokio-macros-2.5.0 \ toml-0.8.19 \ toml-0.8.23 \ toml-0.9.8 \ toml_datetime-0.6.11 \ toml_datetime-0.6.8 \ toml_datetime-0.7.5+spec-1.1.0 \ toml_datetime-1.1.0+spec-1.1.0 \ toml_edit-0.22.22 \ toml_edit-0.22.27 \ toml_edit-0.25.8+spec-1.1.0 \ toml_parser-1.1.0+spec-1.1.0 \ toml_write-0.1.2 \ toml_writer-1.1.0+spec-1.1.0 \ tr-0.1.11 \ tracing-0.1.41 \ tracing-attributes-0.1.28 \ tracing-core-0.1.33 \ ttf-parser-0.25.1 \ typed-index-collections-3.2.3 \ typenum-1.18.0 \ udev-0.9.3 \ uds_windows-1.1.0 \ unicase-2.8.1 \ unicode-bidi-0.3.18 \ unicode-bidi-mirroring-0.4.0 \ unicode-ccc-0.4.0 \ unicode-ident-1.0.14 \ unicode-ident-1.0.17 \ unicode-linebreak-0.1.5 \ unicode-properties-0.1.3 \ unicode-script-0.5.7 \ unicode-segmentation-1.12.0 \ unicode-vo-0.1.0 \ unicode-width-0.2.2 \ unicode-xid-0.2.6 \ unsafe-libyaml-0.2.11 \ url-2.5.4 \ usvg-0.47.0 \ utf16_iter-1.0.5 \ utf8_iter-1.0.4 \ utf8parse-0.2.2 \ v_frame-0.3.8 \ version-compare-0.2.0 \ version_check-0.9.5 \ vk-parse-0.15.0 \ vulkano-0.35.1 \ walkdir-2.5.0 \ wasi-0.11.0+wasi-snapshot-preview1 \ wasi-0.13.3+wasi-0.2.2 \ wasm-bindgen-0.2.100 \ wasm-bindgen-backend-0.2.100 \ wasm-bindgen-futures-0.4.50 \ wasm-bindgen-macro-0.2.100 \ wasm-bindgen-macro-support-0.2.100 \ wasm-bindgen-shared-0.2.100 \ wayland-backend-0.3.8 \ wayland-client-0.31.8 \ wayland-csd-frame-0.3.0 \ wayland-cursor-0.31.8 \ wayland-protocols-0.32.6 \ wayland-protocols-plasma-0.3.6 \ wayland-protocols-wlr-0.3.6 \ wayland-scanner-0.31.6 \ wayland-sys-0.31.6 \ web-sys-0.3.77 \ web-time-1.1.0 \ webbrowser-1.2.0 \ weezl-0.1.12 \ wgpu-27.0.1 \ wgpu-28.0.0 \ wgpu-core-27.0.1 \ wgpu-core-28.0.1 \ wgpu-core-deps-apple-27.0.0 \ wgpu-core-deps-apple-28.0.0 \ wgpu-core-deps-emscripten-28.0.0 \ wgpu-core-deps-windows-linux-android-27.0.0 \ wgpu-core-deps-windows-linux-android-28.0.0 \ wgpu-hal-27.0.2 \ wgpu-hal-28.0.1 \ wgpu-types-27.0.1 \ wgpu-types-28.0.0 \ wide-0.7.32 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.9 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ windows-0.58.0 \ windows-0.61.1 \ windows-0.62.2 \ windows-collections-0.2.0 \ windows-collections-0.3.2 \ windows-core-0.52.0 \ windows-core-0.58.0 \ windows-core-0.61.0 \ windows-core-0.62.2 \ windows-future-0.2.0 \ windows-future-0.3.2 \ windows-implement-0.58.0 \ windows-implement-0.60.2 \ windows-interface-0.58.0 \ windows-interface-0.59.3 \ windows-link-0.1.1 \ windows-link-0.2.1 \ windows-numerics-0.2.0 \ windows-numerics-0.3.1 \ windows-result-0.2.0 \ windows-result-0.3.2 \ windows-result-0.4.1 \ windows-strings-0.1.0 \ windows-strings-0.4.0 \ windows-strings-0.5.1 \ windows-sys-0.45.0 \ windows-sys-0.48.0 \ windows-sys-0.52.0 \ windows-sys-0.59.0 \ windows-sys-0.60.2 \ windows-targets-0.42.2 \ windows-targets-0.48.5 \ windows-targets-0.52.6 \ windows-targets-0.53.2 \ windows-threading-0.2.1 \ windows_aarch64_gnullvm-0.42.2 \ windows_aarch64_gnullvm-0.48.5 \ windows_aarch64_gnullvm-0.52.6 \ windows_aarch64_gnullvm-0.53.0 \ windows_aarch64_msvc-0.42.2 \ windows_aarch64_msvc-0.48.5 \ windows_aarch64_msvc-0.52.6 \ windows_aarch64_msvc-0.53.0 \ windows_i686_gnu-0.42.2 \ windows_i686_gnu-0.48.5 \ windows_i686_gnu-0.52.6 \ windows_i686_gnu-0.53.0 \ windows_i686_gnullvm-0.52.6 \ windows_i686_gnullvm-0.53.0 \ windows_i686_msvc-0.42.2 \ windows_i686_msvc-0.48.5 \ windows_i686_msvc-0.52.6 \ windows_i686_msvc-0.53.0 \ windows_x86_64_gnu-0.42.2 \ windows_x86_64_gnu-0.48.5 \ windows_x86_64_gnu-0.52.6 \ windows_x86_64_gnu-0.53.0 \ windows_x86_64_gnullvm-0.42.2 \ windows_x86_64_gnullvm-0.48.5 \ windows_x86_64_gnullvm-0.52.6 \ windows_x86_64_gnullvm-0.53.0 \ windows_x86_64_msvc-0.42.2 \ windows_x86_64_msvc-0.48.5 \ windows_x86_64_msvc-0.52.6 \ windows_x86_64_msvc-0.53.0 \ winit-0.30.9 \ winnow-0.6.20 \ winnow-0.7.13 \ winnow-1.0.1 \ wit-bindgen-rt-0.33.0 \ write-fonts-0.45.0 \ write16-1.0.0 \ writeable-0.5.5 \ writeable-0.6.2 \ x11-clipboard-0.9.3 \ x11-dl-2.21.0 \ x11rb-0.13.1 \ x11rb-protocol-0.13.1 \ xattr-1.4.0 \ xcursor-0.3.8 \ xkbcommon-0.9.0 \ xkbcommon-dl-0.4.2 \ xkeysym-0.2.1 \ xml-rs-0.8.25 \ xmlwriter-0.1.0 \ yazi-0.2.1 \ yeslogic-fontconfig-sys-6.0.0 \ yoke-0.7.5 \ yoke-0.8.1 \ yoke-derive-0.7.5 \ yoke-derive-0.8.1 \ zbus-5.7.1 \ zbus-lockstep-0.5.2 \ zbus-lockstep-macros-0.5.2 \ zbus_macros-5.7.1 \ zbus_names-4.2.0 \ zbus_xml-5.0.2 \ zeno-0.3.3 \ zerocopy-0.7.35 \ zerocopy-derive-0.7.35 \ zerofrom-0.1.6 \ zerofrom-derive-0.1.6 \ zerotrie-0.2.3 \ zerovec-0.10.4 \ zerovec-0.11.4 \ zerovec-derive-0.10.3 \ zerovec-derive-0.11.2 \ zip-0.6.6 \ zune-core-0.4.12 \ zune-core-0.5.1 \ zune-inflate-0.2.54 \ zune-jpeg-0.4.14 \ zune-jpeg-0.5.13 \ zvariant-5.5.3 \ zvariant_derive-5.5.3 \ zvariant_utils-3.2.0 CMAKE_ARGS= -DFREEBSD_CARGO_ENV=${CARGO_ENV} CMAKE_ARGS+= -DCMAKE_PREFIX_PATH=${LOCALBASE}/lib # workaround for https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274834 CMAKE_OFF= BUILD_TESTS CMAKE_TESTING_ON= BUILD_TESTS CMAKE_TESTING_TARGET= post-configure: @${ECHO_MSG} "===> Creating cargo config for all Rust subprojects" @${MKDIR} ${WRKSRC}/.cargo @${ECHO_CMD} "[source.cargo]" > ${WRKSRC}/.cargo/config.toml @${ECHO_CMD} "directory = '${CARGO_VENDOR_DIR}'" >> ${WRKSRC}/.cargo/config.toml @${ECHO_CMD} "[source.crates-io]" >> ${WRKSRC}/.cargo/config.toml @${ECHO_CMD} "replace-with = 'cargo'" >> ${WRKSRC}/.cargo/config.toml post-test: # run tests @${BUILD_WRKSRC}/tests/unittests/librepcb-unittests .include