mirror of
https://github.com/obsqrbtz/egui_knob.git
synced 2026-04-08 20:19:17 +03:00
expose egui types #5
This commit is contained in:
@@ -2,6 +2,12 @@
|
|||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
## [0.3.7] - 2026-01-06
|
||||||
|
|
||||||
|
### 🛠 Maintenance
|
||||||
|
|
||||||
|
- expose egui types
|
||||||
|
|
||||||
## [0.3.6] - 2025-07-15
|
## [0.3.6] - 2025-07-15
|
||||||
|
|
||||||
### 🛠 Maintenance
|
### 🛠 Maintenance
|
||||||
|
|||||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -869,7 +869,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "egui_knob"
|
name = "egui_knob"
|
||||||
version = "0.3.6"
|
version = "0.3.7"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"eframe",
|
"eframe",
|
||||||
"egui",
|
"egui",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "egui_knob"
|
name = "egui_knob"
|
||||||
version = "0.3.6"
|
version = "0.3.7"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
authors = ["Daniel Dada"]
|
authors = ["Daniel Dada"]
|
||||||
description = "A simple knob widget for egui"
|
description = "A simple knob widget for egui"
|
||||||
|
|||||||
@@ -3,5 +3,7 @@ mod render;
|
|||||||
mod style;
|
mod style;
|
||||||
mod widget;
|
mod widget;
|
||||||
|
|
||||||
|
pub use egui;
|
||||||
|
|
||||||
pub use style::{KnobStyle, LabelPosition};
|
pub use style::{KnobStyle, LabelPosition};
|
||||||
pub use widget::Knob;
|
pub use widget::Knob;
|
||||||
|
|||||||
Reference in New Issue
Block a user