procmod-overlay 3.0.0

Game overlay rendering with transparent click-through windows
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
name: test
on: [push, pull_request]
jobs:
  test:
    runs-on: windows-latest
    steps:
      - uses: actions/checkout@v7
      - uses: dtolnay/rust-toolchain@stable
        with:
          components: clippy, rustfmt
      - run: cargo fmt -- --check
      - run: cargo clippy -- -D warnings
      - run: cargo test