Skip to content

chore: error if neither winit or wayland feature is set #112

chore: error if neither winit or wayland feature is set

chore: error if neither winit or wayland feature is set #112

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