Skip to content

Commit be88781

Browse files
authored
Update README.md
running opengl demo in skia-org had wrong documentation
1 parent df4b6cb commit be88781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ cargo run -- [OUTPUT_DIR]
290290
to generate some Skia drawn PNG images in the directory `OUTPUT_DIR`. To render with OpenGL, use
291291

292292
```bash
293-
cargo run -- [OUTPUT_DIR] --driver opengl
293+
cargo run --features gl -- [OUTPUT_DIR] --driver gl
294294
```
295295

296296
And to show the drivers that are supported

0 commit comments

Comments
 (0)