Skip to content

support for "raw-window-handle" = "0.1", "0.2" #15

support for "raw-window-handle" = "0.1", "0.2"

support for "raw-window-handle" = "0.1", "0.2" #15

Workflow file for this run

name: Rust
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
name: Windows 2019 Server
runs-on: windows-2019
steps:
- uses: actions/checkout@v2
- name: Info
run: |
rustc -V
cargo -V
cmd /C ver
- name: Test
run: cargo test