engawa 0.1.3

Engawa (縁側) — typed render-graph IR for pleme-io GPU consumers. Bevy-inspired render-graph design distilled to mado-shaped needs: no ECS, no game loop, no asset pipeline. Pure-data IR + topo sort + cycle detection + integration with garasu's headless GPU primitives.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: gen-spec
on:
  push:
    branches:
      - main
    paths:
      - "**/Cargo.toml"
      - "**/Cargo.lock"
  pull_request:
    paths:
      - "**/Cargo.toml"
      - "**/Cargo.lock"
jobs:
  gen-spec:
    uses: pleme-io/substrate/.github/workflows/reusable-gen-spec.yml@main
    secrets: inherit