aboutsummaryrefslogtreecommitdiff
path: root/adr/ADR-0007-safe-sdl-opengl.md
blob: f82c4245b96f2b5b11c2792423e56739dc7527af (plain) (blame)
1
2
3
4
5
# ADR-0007: Safe SDL/OpenGL Boundary

Status: provisional

Workspace-owned code forbids `unsafe`. SDL/OpenGL adapters must use maintained external crates behind a safe project API. The current repository still contains legacy demo code scheduled for replacement; new adapter crates are placeholders until a fully audited safe facade is selected and proven on all target profiles.