docs: formatting

This commit is contained in:
Maze Winther 2026-04-14 20:49:17 +02:00
parent cd19a4409f
commit b68bf00454
1 changed files with 4 additions and 4 deletions

View File

@ -30,10 +30,10 @@ Thanks to [Vercel](https://vercel.com?utm_source=github-opencut&utm_campaign=oss
## Project Structure
- `apps/web/` Next.js web application
- `apps/desktop/` Native desktop app built with GPUI (in progress)
- `rust/` Platform-agnostic core: GPU compositor, effects, masks, and WASM bindings. We're actively migrating business logic here from TypeScript.
- `docs/` Architecture and subsystem documentation
- `apps/web/`: Next.js web application
- `apps/desktop/`: Native desktop app built with GPUI (in progress)
- `rust/`: Platform-agnostic core: GPU compositor, effects, masks, and WASM bindings. We're actively migrating business logic here from TypeScript.
- `docs/`: Architecture and subsystem documentation
## Getting Started