From 845d3b174bbba294b818b9b018cfdf3b6e57b3cc Mon Sep 17 00:00:00 2001 From: dawe Date: Tue, 1 Apr 2025 23:32:57 +0200 Subject: [PATCH] fix(examples) fix some package names in examples --- examples/animations/Cargo.toml | 2 +- examples/colors_rgb/Cargo.toml | 2 +- examples/minimal/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/animations/Cargo.toml b/examples/animations/Cargo.toml index 8a1eb1d8..2932d0ab 100644 --- a/examples/animations/Cargo.toml +++ b/examples/animations/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "pong" +name = "animations" version = "0.1.0" edition = "2021" publish = false diff --git a/examples/colors_rgb/Cargo.toml b/examples/colors_rgb/Cargo.toml index 9aa62ae1..08f85a98 100644 --- a/examples/colors_rgb/Cargo.toml +++ b/examples/colors_rgb/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "pong" +name = "color-rgb" version = "0.1.0" edition = "2021" publish = false diff --git a/examples/minimal/Cargo.toml b/examples/minimal/Cargo.toml index b4577088..41464194 100644 --- a/examples/minimal/Cargo.toml +++ b/examples/minimal/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "pong" +name = "minimal" version = "0.1.0" edition = "2021" publish = false