Skip to content

Commit 62cb061

Browse files
authored
Merge pull request rust-skia#1132 from happylinks/patch-1
Update README.md
2 parents df4b6cb + be88781 commit 62cb061

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)