mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
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>
This commit is contained in:
parent
18668e3042
commit
db1c23569b
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1815,9 +1815,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "egui_glow"
|
name = "egui_glow"
|
||||||
version = "0.31.0"
|
version = "0.31.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "9a53e2374a964c3c793cb0b8ead81bca631f24974bc0b747d1a5622f4e39fdd0"
|
checksum = "910906e3f042ea6d2378ec12a6fd07698e14ddae68aed2d819ffe944a73aab9e"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ahash",
|
"ahash",
|
||||||
"bytemuck",
|
"bytemuck",
|
||||||
|
|
|
@ -111,7 +111,7 @@ serde_json = { workspace = true }
|
||||||
servo_allocator = { path = "../../components/allocator" }
|
servo_allocator = { path = "../../components/allocator" }
|
||||||
dirs = "5.0"
|
dirs = "5.0"
|
||||||
egui = { version = "0.31.1" }
|
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"] }
|
egui-winit = { version = "0.31.1", default-features = false, features = ["clipboard", "wayland"] }
|
||||||
gilrs = "0.11.0"
|
gilrs = "0.11.0"
|
||||||
gleam = { workspace = true }
|
gleam = { workspace = true }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue