mirror of
https://github.com/obsqrbtz/egui_knob.git
synced 2026-04-09 04:29:10 +03:00
Bump version to 0.1.1 and add font color option
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
[package]
|
||||
name = "egui_knob_demo"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
edition = "2021"
|
||||
|
||||
[[bin]]
|
||||
name = "egui_knob_demo"
|
||||
path = "demo.rs"
|
||||
|
||||
[dependencies]
|
||||
egui = "0.30"
|
||||
egui_knob = "0.1.0"
|
||||
egui_knob = "0.1.1"
|
||||
eframe = { version = "0.30.0", features = ["default_fonts"] }
|
||||
Reference in New Issue
Block a user