Rename package to pixelfoo-apps

This commit is contained in:
Juergen Stuber
2024-11-09 12:10:59 +01:00
parent e2756ec60b
commit 0ca49bfe06
11 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ use std::time::Duration;
use rand::thread_rng;
use rand::Rng;
use pixelfoo::color::Color;
use pixelfoo_apps::color::Color;
type Frame = Vec<Vec<Color>>;