diff options
author | 2021-10-13 15:39:42 +0700 | |
---|---|---|
committer | 2021-10-13 15:39:42 +0700 | |
commit | 3aae45c1913e6a6f60b009f19d00d10add7ad11e (patch) | |
tree | 9972df0323c4905fe7bbfc633d6e7b51e55946d5 /examples | |
parent | 024f68a189b47b4a9041ef08d28785aeed08617d (diff) | |
parent | 98fb0dbf9d9ab9e16014e81b03b45b35da651c92 (diff) | |
download | iced-3aae45c1913e6a6f60b009f19d00d10add7ad11e.tar.gz iced-3aae45c1913e6a6f60b009f19d00d10add7ad11e.tar.bz2 iced-3aae45c1913e6a6f60b009f19d00d10add7ad11e.zip |
Merge pull request #1068 from sundy-li/patch-1
Update README.md of integration_opengl
Diffstat (limited to 'examples')
-rw-r--r-- | examples/integration_opengl/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/integration_opengl/README.md b/examples/integration_opengl/README.md index 08cce7a6..b7c2c074 100644 --- a/examples/integration_opengl/README.md +++ b/examples/integration_opengl/README.md @@ -10,7 +10,7 @@ The __[`main`]__ file contains all the code of the example. You can run it with `cargo run`: ``` -cargo run --package integration_gl +cargo run --package integration_opengl ``` [`main`]: src/main.rs |