Skip to content

Commit

Permalink
fix(deps): update rust crate egui_dock to 0.6.1 (#27)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [egui_dock](https://github.com/Adanos020/egui_dock) | dependencies |
patch | `0.6.0` -> `0.6.1` |

---

### Release Notes

<details>
<summary>Adanos020/egui_dock</summary>

###
[`v0.6.1`](https://github.com/Adanos020/egui_dock/blob/HEAD/CHANGELOG.md#&#8203;061---2023-05-29)

##### Fixed

- Ensure rect size are calculated before drawing node bodies
([#&#8203;134](https://github.com/Adanos020/egui_dock/pull/134))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/SilenLoc/TypeFast).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS45OC40IiwidXBkYXRlZEluVmVyIjoiMzUuMTAyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
  • Loading branch information
SilenLoc authored May 30, 2023
2 parents 4232bac + 03ab74f commit 53f3993
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/label.yml

This file was deleted.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ random_word = "0.3.0"
catppuccin-egui = "3.0.0"
egui_extras ="0.22.0"
egui-notify = { git = "https://github.com/ItsEthra/egui-notify.git" }
egui_dock = "0.6.0"
egui_dock = "0.6.1"
log = "0.4.17"
getrandom = { version = "0.2", features = ["js"] }
web-time = "0.2.0"
Expand Down

0 comments on commit 53f3993

Please sign in to comment.