mirror of
https://github.com/obsqrbtz/egui_knob.git
synced 2026-04-08 20:19:17 +03:00
chore: bump egui version, closes #3
This commit is contained in:
@@ -2,6 +2,12 @@
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [0.3.1] - 2025-07-15
|
||||
|
||||
### 🛠 Maintenance
|
||||
|
||||
- Bump egui version to 0.32
|
||||
|
||||
## [0.3.0] - 2025-07-07
|
||||
|
||||
### 🚀 Features
|
||||
|
||||
701
Cargo.lock
generated
701
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "egui_knob"
|
||||
version = "0.3.0"
|
||||
edition = "2021"
|
||||
version = "0.3.1"
|
||||
edition = "2024"
|
||||
description = "A simple knob widget for egui"
|
||||
homepage = "https://github.com/obsqrbtz/egui_knob"
|
||||
repository = "https://github.com/obsqrbtz/egui_knob"
|
||||
@@ -19,7 +19,7 @@ name = "example_knob"
|
||||
path = "examples/example_knob.rs"
|
||||
|
||||
[dependencies]
|
||||
egui = "0.31"
|
||||
egui = "0.32"
|
||||
|
||||
[dev-dependencies]
|
||||
eframe = { version = "0.31.0", features = ["default_fonts"] }
|
||||
eframe = { version = "0.32.0", features = ["default_fonts"] }
|
||||
|
||||
Reference in New Issue
Block a user