Remove legacy platform shim from root app graph
This commit is contained in:
@@ -84,6 +84,13 @@ Completed, blocked, and superseded task history moved to
|
||||
the queue is now ordered by code movement instead.
|
||||
|
||||
Current slice:
|
||||
- `cmake/PanoPainterSources.cmake` no longer adds
|
||||
`src/platform_legacy/legacy_platform_services.*` to
|
||||
`PP_PANOPAINTER_APP_SOURCES`.
|
||||
- The root `panopainter_app` modernization graph no longer compiles or links
|
||||
the retained `platform_legacy` fallback shim.
|
||||
- The retained file still exists on disk for non-root compatibility consumers,
|
||||
but it is now outside the validated root app target graph.
|
||||
- `src/platform_web/web_platform_services.*` now owns the concrete Web
|
||||
`PlatformServices` implementation and `webgl/src/main.cpp` now binds that
|
||||
owned service directly at the WebGL entrypoint.
|
||||
|
||||
Reference in New Issue
Block a user