git.lucas.co / cce-color-editor
color picker and palette editor
git clone https://git.lucas.co/cce-color-editor.git

commit32dc7a04df82f2b8a49abb91a855942b34b775df
parent458de931d5
authorLucas Galante <[email protected]>
date2026-05-23 18:13
Revert project name to clear-color-interface after folder renaming

 Cargo.toml  | 2 +-
 src/main.rs | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index f1a1358..91d9b81 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,5 @@
 [package]
-name = "clear-design-interface"
+name = "clear-color-interface"
 version = "0.1.0"
 edition = "2021"
 
diff --git a/src/main.rs b/src/main.rs
index 834ca58..abf3259 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -269,7 +269,7 @@ impl ColorApp {
             color: color::HEADER_BG,
         });
         text_items.push(TextItem {
-            buffer: make_text_buffer(&mut self.font_system, "Clear Design Interface", 14.0 * s),
+            buffer: make_text_buffer(&mut self.font_system, "Clear Color Interface", 14.0 * s),
             x: 12.0 * s, y: 10.0 * s,
             color: glyphon::Color::rgb(0xcc, 0xcc, 0xd4),
         });
@@ -574,8 +574,8 @@ impl ApplicationHandler for AppWrapper {
         if self.state.is_some() { return; }
         let window = Arc::new(event_loop.create_window(
             WindowAttributes::default()
-                .with_name("clear-design-interface", "clear-design-interface")
-                .with_title("Clear Design Interface")
+                .with_name("clear-color-interface", "clear-color-interface")
+                .with_title("Clear Color Interface")
                 .with_inner_size(winit::dpi::LogicalSize::new(WIN_W, WIN_H)),
         ).unwrap());
         let state = pollster::block_on(ColorApp::new(