feat(ir): use petgraph

This commit is contained in:
2025-07-22 09:58:31 +08:00
parent e06bcf3f9d
commit 78e3c5a26e
19 changed files with 329 additions and 521 deletions

View File

@@ -14,7 +14,7 @@
{
default = pkgs.mkShell {
packages = with pkgs; [
(fenix.packages.${system}.complete.withComponents [
/* (fenix.packages.${system}.complete.withComponents [
"cargo"
"clippy"
"rust-src"
@@ -22,7 +22,7 @@
"rustfmt"
"rust-analyzer"
"miri"
])
]) */
gdb
valgrind
gemini-cli