Skip to content

Fixup build.rs: Make OpenGL optional #43

Fixup build.rs: Make OpenGL optional

Fixup build.rs: Make OpenGL optional #43

Workflow file for this run

on: [push]
name: Docs
env:
_CI_ONLY__DISABLE_DESMUME_SYS_BUILD_SCRIPT: "1"
jobs:
docs:
name: Docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
components: rust-src
override: true
- name: Build docs
run: cargo doc
env:
RUSTFLAGS: "-D warnings"