File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
88Originally 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
3939Then proceed by setting up ` egui ` , following its [ quick start guide] ( https://github.com/emilk/egui#quick-start ) .
You can’t perform that action at this time.
0 commit comments