From b68bf004549e08ae81f99c9ece15fd7e7969c385 Mon Sep 17 00:00:00 2001 From: Maze Winther Date: Tue, 14 Apr 2026 20:49:17 +0200 Subject: [PATCH] docs: formatting --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 17772d43..b2d6eed0 100644 --- a/README.md +++ b/README.md @@ -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