docs: Update readme for wgpu usage

This commit is contained in:
Nathan Adams 2020-04-27 18:15:29 +02:00
parent c2290ed5ef
commit 9278e24228
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ all of the flash files and report on the success of such a task.
## Structure ## Structure
- `core` contains the core emulator and common code - `core` contains the core emulator and common code
- `desktop` contains the desktop client (uses `glium`) - `desktop` contains the desktop client (uses `wgpu-rs`)
- `web` contains the web client (uses `wasm-bindgen`) - `web` contains the web client (uses `wasm-bindgen`)
- `scanner` contains a utility to bulk parse swf files - `scanner` contains a utility to bulk parse swf files