Skip to content

chore: Allow compiling without windowing system #145

chore: Allow compiling without windowing system

chore: Allow compiling without windowing system #145

Workflow file for this run

name: Audit
on: [push]
jobs:
dependencies:
runs-on: ubuntu-latest
steps:
- uses: hecrj/setup-rust-action@v1
- name: Install cargo-audit
run: cargo install cargo-audit
- uses: actions/checkout@master
- name: Audit dependencies
run: cargo audit