14 lines
No EOL
161 B
Markdown
14 lines
No EOL
161 B
Markdown
## Dependencies
|
|
|
|
### Arch Linux (AUR)
|
|
|
|
```bash
|
|
paru -S --needed sdl3 wgpu-native
|
|
```
|
|
|
|
## TODO
|
|
- [x] Platform
|
|
- [x] Window
|
|
- [x] Device
|
|
- [x] Cache
|
|
- [ ] Renderer |