color picker and palette editor
git clone https://git.lucas.co/cce-color-editor.git
Rename project to Clear Color Interface
Cargo.toml | 2 +-
src/main.rs | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Cargo.toml b/Cargo.toml
index f707e65..91d9b81 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,5 @@
[package]
-name = "clear-colors"
+name = "clear-color-interface"
version = "0.1.0"
edition = "2021"
diff --git a/src/main.rs b/src/main.rs
index 9dc3975..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 Colors", 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-colors", "clear-colors")
- .with_title("Clear Colors")
+ .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(