irodzuki 0.1.10

Irodzuki (色づき) — GPU-app theming system bridging Stylix and wgpu render pipelines
Documentation
1
2
3
4
5
6
7
8
9
10
11
{
  description = "Irodzuki (色づき) — GPU theme system bridging Stylix base16 to wgpu pipelines";

  # substrate.rust.library dispatches over Cargo.gen.lock (the slim gen delta,
  # reconstructed to the full BuildSpec in pure Nix) — no crate2nix, no Cargo.nix.
  inputs.substrate.url = "github:pleme-io/substrate";

  outputs = { substrate, ... }: substrate.rust.library {
    src = ./.;
  };
}