mirror of
https://github.com/obsqrbtz/egui_knob.git
synced 2026-04-08 20:19:17 +03:00
Bump egui and eframe versions. Therefore bump minor version (as this is a breaking change to the same extent as the egui bump).
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "egui_knob"
|
||||
version = "0.1.9"
|
||||
version = "0.2.0"
|
||||
edition = "2021"
|
||||
description = "A simple knob widget for egui"
|
||||
homepage = "https://github.com/obsqrbtz/egui_knob"
|
||||
@@ -19,7 +19,7 @@ name = "example_knob"
|
||||
path = "examples/example_knob.rs"
|
||||
|
||||
[dependencies]
|
||||
egui = "0.30"
|
||||
egui = "0.31"
|
||||
|
||||
[dev-dependencies]
|
||||
eframe = { version = "0.30.0", features = ["default_fonts"] }
|
||||
eframe = { version = "0.31.0", features = ["default_fonts"] }
|
||||
|
||||
Reference in New Issue
Block a user