Skip to content

Commit 3afcd57

Browse files
committed
Update changelog and readme
1 parent eead723 commit 3afcd57

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# egui_dock changelog
22

3-
## egui_dock 0.18.0 - unreleased
3+
## egui_dock 0.18.0 - 2025/10/31
4+
5+
### Breaking changes
6+
7+
- Upgraded to egui 0.33 ([#293](https://github.com/Adanos020/egui_dock/pull/293))
48

59
### Changed
610

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![github](https://img.shields.io/badge/github-Adanos020/egui_dock-8da0cb?logo=github)](https://github.com/Adanos020/egui_dock)
44
[![crates.io](https://img.shields.io/crates/v/egui_dock)](https://crates.io/crates/egui_dock)
55
[![docs.rs](https://img.shields.io/docsrs/egui_dock)](https://docs.rs/egui_dock/)
6-
[![egui_version](https://img.shields.io/badge/egui-0.32-blue)](https://github.com/emilk/egui)
6+
[![egui_version](https://img.shields.io/badge/egui-0.33-blue)](https://github.com/emilk/egui)
77

88
Originally created by [@lain-dono](https://github.com/lain-dono), this library provides a docking system for `egui`.
99

@@ -32,8 +32,8 @@ Add `egui` and `egui_dock` to your project's dependencies.
3232

3333
```toml
3434
[dependencies]
35-
egui = "0.32"
36-
egui_dock = "0.17"
35+
egui = "0.33"
36+
egui_dock = "0.18"
3737
```
3838

3939
Then proceed by setting up `egui`, following its [quick start guide](https://github.com/emilk/egui#quick-start).

0 commit comments

Comments
 (0)