mirror of
https://github.com/obsqrbtz/egui_knob.git
synced 2026-04-09 12:37:52 +03:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 617851102b | |||
| 530ba584bc |
14
CHANGELOG.md
14
CHANGELOG.md
@@ -2,11 +2,21 @@
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [Unreleased]
|
||||
## [0.3.1] - 2025-07-15
|
||||
|
||||
### 🛠 Maintenance
|
||||
|
||||
- Bump egui version to 0.32
|
||||
|
||||
## [0.3.0] - 2025-07-07
|
||||
|
||||
### 🚀 Features
|
||||
|
||||
- Add configurable sweep range with `with_sweep_range()` method
|
||||
- Add configurable sweep range with `with_sweep_range()` method ([PR#2](https://github.com/obsqrbtz/egui_knob/pull/2) by [sacha-renault](https://github.com/sacha-renault))
|
||||
|
||||
## [0.2.0] - 2025-05-12
|
||||
|
||||
- Bump egui and eframe versions ([PR#1](https://github.com/obsqrbtz/egui_knob/pull/1) by [chloebrett](https://github.com/chloebrett))
|
||||
|
||||
## [0.1.9] - 2025-02-04
|
||||
|
||||
|
||||
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.2.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