feat: add rasterization primitives

This commit is contained in:
2026-03-04 15:41:20 +05:30
parent e7b99ed918
commit 1c3fc0c4bd
18 changed files with 386 additions and 152 deletions

38
flake.lock generated
View File

@@ -1,27 +1,23 @@
{
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1772433332,
"narHash": "sha256-izhTDFKsg6KeVBxJS9EblGeQ8y+O8eCa6RcW874vxEc=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "cf59864ef8aa2e178cccedbe2c178185b0365705",
"type": "github"
"nodes" : {
"nixpkgs" : {
"locked" : {
"lastModified" : 1772433332,
"narHash" : "sha256-izhTDFKsg6KeVBxJS9EblGeQ8y+O8eCa6RcW874vxEc=",
"owner" : "NixOS",
"repo" : "nixpkgs",
"rev" : "cf59864ef8aa2e178cccedbe2c178185b0365705",
"type" : "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
"original" : {
"owner" : "NixOS",
"ref" : "nixos-unstable",
"repo" : "nixpkgs",
"type" : "github"
}
},
"root": {
"inputs": {
"nixpkgs": "nixpkgs"
}
}
"root" : {"inputs" : {"nixpkgs" : "nixpkgs"}}
},
"root": "root",
"version": 7
"root" : "root",
"version" : 7
}