Expand description
§Vendordeps
Parse and Download artifacts from the Vendordep JSON format.
Structs§
- CppDependency
- A dependency for C++ compilation.
- CppInfo
- Info needed for C++ compilation. Retrieved as a result of [
VendorDep::download_all_cpp_deps_to_folder
]. - Java
Dependency - A dependency for Java Compilation.
- JniDependency
- A native dependency required for Java.
- Package
Spec - A reference to another vendordep.
- Vendor
Dep - Vendor Dependency Format.
Enums§
- Binary
Platform - Valid platforms for WPILib execution.
Constants§
- WPILIB_
LATEST_ VERSION - Latest release version of WPILib.
- WPILIB_
RELEASE_ MAVEN_ REPO - Maven repository for WPILib releases.
Functions§
- wpilib_
as_ a_ vendordep - Create a
VendorDep
that includes all libraries that come with WPILib.