Begin Repo

This commit is contained in:
2024-08-10 21:20:28 -05:00
commit 08115f90ce
41 changed files with 19581 additions and 0 deletions

45
flake.lock generated Normal file
View File

@@ -0,0 +1,45 @@
{
"nodes": {
"imgui": {
"flake": false,
"locked": {
"lastModified": 1714484256,
"narHash": "sha256-75OH+6v6w/dH5D/3WFOPAmGpyggjbc++SX7dTu56qf8=",
"owner": "ocornut",
"repo": "imgui",
"rev": "ebb8d781020a77d1d5185009e208068e3bf8753b",
"type": "github"
},
"original": {
"owner": "ocornut",
"ref": "docking",
"repo": "imgui",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1714635257,
"narHash": "sha256-4cPymbty65RvF1DWQfc+Bc8B233A1BWxJnNULJKQ1EY=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "63c3a29ca82437c87573e4c6919b09a24ea61b0f",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"imgui": "imgui",
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 7
}