set MIT license in cargo.toml

This commit is contained in:
2025-02-03 15:53:37 +03:00
parent 6a49e6f961
commit 81bc2295fb

View File

@@ -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 = "LICENSE"
license-file = "MIT"
keywords = ["egui", "ui", "widget", "knob", "range"]
categories = ["gui"]