pix-engine 0.8.0

A cross-platform graphics/UI engine framework for simple games, visualizations, and graphics demos.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
pull_request_rules:
  - name: Merge Dependabot PRs
    conditions:
      - author=dependabot[bot]
    actions:
      merge:
        method: squash
  - name: Update PRs to latest main
    conditions:
      - -conflict
      - -draft
      - -author=dependabot[bot]
      - -head~=release-plz-*
    actions:
      update: