From 552b7a1307ceaf83d00cbee88dc33ae5d92ee53e Mon Sep 17 00:00:00 2001 From: TimUntersberger Date: Fri, 25 Jun 2021 18:07:03 +0200 Subject: update cargo.toml of example --- examples/winit/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/winit/Cargo.toml b/examples/winit/Cargo.toml index 2d58f031..2286dfc9 100644 --- a/examples/winit/Cargo.toml +++ b/examples/winit/Cargo.toml @@ -1,7 +1,7 @@ [package] -name = "counter_winit" +name = "winit" version = "0.1.0" -authors = ["Héctor Ramón Jiménez "] +authors = ["Tim Untersberger "] edition = "2018" publish = false -- cgit