From 0aec31e81dc2e29f2f52ca755b591de0c6d8ac26 Mon Sep 17 00:00:00 2001 From: Daniel Dada Date: Mon, 3 Feb 2025 15:53:54 +0300 Subject: [PATCH] set MIT license in cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6a8e104..c8af56b 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-file = "MIT" +license = "MIT" keywords = ["egui", "ui", "widget", "knob", "range"] categories = ["gui"]