Skip to content

Commit e0d2c64

Browse files
committed
app-web: remove stale commented renderer block from lib.rs and clean helpers; keep using render::GpuState. No functional changes.
1 parent c776b2f commit e0d2c64

File tree

2 files changed

+2
-845
lines changed

2 files changed

+2
-845
lines changed

.cursor/rules/project-rules.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Proceed in small iterative steps and test each change.
66
Refactor the code to make it more elegant, concise and simple. It should be clear and easy to maintain.
77
Improve the tests as you go, make sure the tests are clear and focused. Don't create lots of trivial tests.
88
Improve the docs and diagramsas you go.
9-
Remove dead code.
9+
Remove dead and commented out code.
1010
Use whitespace to make the code more readable.
1111

1212
Do not block for approvals; follow `docs/SPEC.md` and `docs/TODO.md` and keep momentum.

0 commit comments

Comments
 (0)