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:
Chloe Brett
2025-04-06 21:48:53 +10:00
parent 39692f5011
commit 0a2915f31b
4 changed files with 164 additions and 80 deletions

View File

@@ -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"] }