diff options
Diffstat (limited to '')
-rw-r--r-- | examples/integration_opengl/Cargo.toml (renamed from examples/integration_gl/Cargo.toml) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/integration_gl/Cargo.toml b/examples/integration_opengl/Cargo.toml index 80d7adad..0917f2ec 100644 --- a/examples/integration_gl/Cargo.toml +++ b/examples/integration_opengl/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "integration_gl" +name = "integration_opengl" version = "0.1.0" authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"] edition = "2018" |