pix-engine 0.8.0

A cross-platform graphics/UI engine framework for simple games, visualizations, and graphics demos.
Documentation
---
name: Outdated

# yamllint disable-line rule:truthy
on:
  schedule:
    - cron: "10 16 * * 1"

env:
  CARGO_TERM_COLOR: always
  RUSTFLAGS: "-Dwarnings"

jobs:
  outdated:
    name: Outdated
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
        with:
          fetch-depth: 0
      - uses: dtolnay/install@cargo-outdated
      - run: cargo outdated --exit-code 1