diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-03-07 13:49:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-07 13:49:02 +0000 |
commit | db1c23569bcbe86b5e1439ba6596fe76159af4d4 (patch) | |
tree | 7e13d5af27502568995ca31fa1f5bd7046dacfba /ports/servoshell/Cargo.toml | |
parent | 18668e3042d9db1df500ef36e9a5067c9b6bbf0b (diff) | |
download | servo-db1c23569bcbe86b5e1439ba6596fe76159af4d4.tar.gz servo-db1c23569bcbe86b5e1439ba6596fe76159af4d4.zip |
build(deps): bump egui_glow in the egui-related group (#35838)
Bumps the egui-related group with 1 update: [egui_glow](https://github.com/emilk/egui).
Updates `egui_glow` from 0.31.0 to 0.31.1
- [Release notes](https://github.com/emilk/egui/releases)
- [Changelog](https://github.com/emilk/egui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/emilk/egui/compare/0.31.0...0.31.1)
---
updated-dependencies:
- dependency-name: egui_glow
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: egui-related
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'ports/servoshell/Cargo.toml')
-rw-r--r-- | ports/servoshell/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/servoshell/Cargo.toml b/ports/servoshell/Cargo.toml index 8ed43fdd3af..84f40358830 100644 --- a/ports/servoshell/Cargo.toml +++ b/ports/servoshell/Cargo.toml @@ -111,7 +111,7 @@ serde_json = { workspace = true } servo_allocator = { path = "../../components/allocator" } dirs = "5.0" egui = { version = "0.31.1" } -egui_glow = { version = "0.31.0", features = ["winit"] } +egui_glow = { version = "0.31.1", features = ["winit"] } egui-winit = { version = "0.31.1", default-features = false, features = ["clipboard", "wayland"] } gilrs = "0.11.0" gleam = { workspace = true } |