xplane-sys 4.0.109

Low-level bindings for the X-Plane plugin SDK
Documentation
# SPDX-FileCopyrightText: 2024 Julia DeMille <me@jdemille.com
#
# SPDX-License-Identifier: Apache-2.0 OR MIT

name: Rust

on:
  push:
    branches: ["main"]
  pull_request:
    branches: ["main"]

env:
  CARGO_TERM_COLOR: always

jobs:
  build:
    runs-on: ${{ matrix.os }}
    strategy:
      matrix:
        os: [ubuntu-latest, macos-latest, windows-latest]
    steps:
      - uses: actions/checkout@v4
        with:
          submodules: true
      - name: Build
        run: cargo build -F XPLM400 -Fstub-linux --verbose