From e7f091a2f8f39628e4d8ff2c86573a060aaf4eb9 Mon Sep 17 00:00:00 2001 From: Daniel Dada Date: Mon, 3 Feb 2025 15:28:23 +0300 Subject: [PATCH] update cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index df02b3e..4c5fc41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ description = "A simple knob widget for egui" homepage = "https://github.com/obsqrbtz/egui_knob" repository = "https://github.com/obsqrbtz/egui_knob" readme = "README.md" -license = "LICENSE" +license-file = "LICENSE" keywords = ["egui", "ui", "widget", "knob", "range"] categories = ["gui"]