Files
yaze/cmake/dependencies.lock
scawful d07c0abae8 chore: enhance clangd and CI configurations for improved development experience
- Updated `.clangd` configuration to include additional include paths and feature flags tailored for ROM hacking workflows, optimizing IntelliSense support.
- Introduced `.pre-commit-config.yaml` for managing code quality checks and formatting, ensuring consistent code style across the project.
- Added `cmake-format.yaml` for CMake formatting configuration, promoting adherence to style guidelines.
- Enhanced CI workflows to include new actions for testing and building, improving overall reliability and efficiency in the development process.

Benefits:
- Streamlines development setup and improves code quality through automated checks.
- Facilitates better collaboration by ensuring consistent coding standards and configurations.
2025-10-31 20:19:22 -04:00

26 lines
827 B
Plaintext

# CPM Dependencies Lock File
# This file pins exact versions to ensure reproducible builds
# Update versions here when upgrading dependencies
# Core dependencies
set(SDL2_VERSION "2.30.0" CACHE STRING "SDL2 version")
set(YAML_CPP_VERSION "0.8.0" CACHE STRING "yaml-cpp version")
# gRPC and related
set(GRPC_VERSION "1.75.1" CACHE STRING "gRPC version")
set(PROTOBUF_VERSION "3.25.1" CACHE STRING "Protobuf version")
set(ABSEIL_VERSION "20240116.0" CACHE STRING "Abseil version")
# Testing
set(GTEST_VERSION "1.14.0" CACHE STRING "Google Test version")
set(BENCHMARK_VERSION "1.8.3" CACHE STRING "Google Benchmark version")
# CLI tools
set(FTXUI_VERSION "5.0.0" CACHE STRING "FTXUI version")
# ImGui
set(IMGUI_VERSION "1.90.4" CACHE STRING "Dear ImGui version")
# ASAR
set(ASAR_VERSION "main" CACHE STRING "ASAR version")