Skip to content

Commit 05172f8

Browse files
Mystral Sync BotFlux159
authored andcommitted
docs: Add libuv to dependencies in README
1 parent da4c9ad commit 05172f8

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,10 +161,10 @@ Options:
161161
└─────────────────────────────────────────────────────────────┘
162162
│ │ │ │
163163
▼ ▼ ▼ ▼
164-
┌─────────┐ ┌───────────┐ ┌─────┐ ┌──────┐
165-
│ QuickJS │ │ wgpu-native│ │SDL3 │ │libcurl│
166-
│ V8/JSC │ │ or Dawn │ │ │ │ │
167-
└─────────┘ └───────────┘ └─────┘ └──────┘
164+
┌─────────┐ ┌───────────┐ ┌─────┐ ┌──────┐ ┌───────┐
165+
│ QuickJS │ │ wgpu-native│ │SDL3 │ │libcurl│ │ libuv │
166+
│ V8/JSC │ │ or Dawn │ │ │ │ │ │ │
167+
└─────────┘ └───────────┘ └─────┘ └──────┘ └───────┘
168168
```
169169

170170
## Supported APIs
@@ -250,6 +250,7 @@ All dependencies are downloaded automatically as prebuilt binaries:
250250
| QuickJS / V8 / JSC | JavaScript engine |
251251
| Skia | Canvas 2D rendering |
252252
| libcurl | HTTP requests |
253+
| libuv | Async I/O, timers, file watching |
253254
| SWC | TypeScript transpiling |
254255

255256
Prebuilt dependency binaries are managed via [mystralengine/library-builder](https://github.com/mystralengine/library-builder).

0 commit comments

Comments
 (0)