mirror of
https://github.com/obsqrbtz/egui_knob.git
synced 2026-04-08 20:19:17 +03:00
updated cargo,toml
This commit is contained in:
9
examples/Cargo.toml
Normal file
9
examples/Cargo.toml
Normal file
@@ -0,0 +1,9 @@
|
||||
[package]
|
||||
name = "egui_knob_demo"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
egui = "0.30"
|
||||
egui_knob = "0.1.0"
|
||||
eframe = { version = "0.30.0", features = ["default_fonts"] }
|
||||
Reference in New Issue
Block a user