Skip to content

Feat: Per-Index Color/Size Support with ImPlot3DSpec #472

Feat: Per-Index Color/Size Support with ImPlot3DSpec

Feat: Per-Index Color/Size Support with ImPlot3DSpec #472

Workflow file for this run

name: 🪟 Windows
on: [push, pull_request]
jobs:
build:
runs-on: windows-latest
name: 🪟 Windows
steps:
- uses: actions/checkout@main
- name: Build
run: |
cd example
cmake -B build -DIMPLOT3D_STRICT_WARNINGS=ON
cmake --build build