Skip to content

Commit

Permalink
Update egui to laters master
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmerlin committed Feb 21, 2025
1 parent e363ea4 commit 9b40cb7
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 29 deletions.
33 changes: 11 additions & 22 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1973,8 +1973,7 @@ checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
[[package]]
name = "ecolor"
version = "0.31.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "878e9005799dd739e5d5d89ff7480491c12d0af571d44399bcaefa1ee172dd76"
source = "git+https://github.com/emilk/egui.git?branch=master#27e7303ebe1ccca44873813a3f684cba12de973e"
dependencies = [
"bytemuck",
"color-hex",
Expand All @@ -1991,8 +1990,7 @@ checksum = "18aade80d5e09429040243ce1143ddc08a92d7a22820ac512610410a4dd5214f"
[[package]]
name = "eframe"
version = "0.31.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eba4c50d905804fe9ec4e159fde06b9d38f9440228617ab64a03d7a2091ece63"
source = "git+https://github.com/emilk/egui.git?branch=master#27e7303ebe1ccca44873813a3f684cba12de973e"
dependencies = [
"ahash",
"bytemuck",
Expand Down Expand Up @@ -2031,8 +2029,7 @@ dependencies = [
[[package]]
name = "egui"
version = "0.31.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d2768eaa6d5c80a6e2a008da1f0e062dff3c83eb2b28605ea2d0732d46e74d6"
source = "git+https://github.com/emilk/egui.git?branch=master#27e7303ebe1ccca44873813a3f684cba12de973e"
dependencies = [
"accesskit",
"ahash",
Expand All @@ -2050,8 +2047,7 @@ dependencies = [
[[package]]
name = "egui-wgpu"
version = "0.31.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d8151704bcef6271bec1806c51544d70e79ef20e8616e5eac01facfd9c8c54a"
source = "git+https://github.com/emilk/egui.git?branch=master#27e7303ebe1ccca44873813a3f684cba12de973e"
dependencies = [
"ahash",
"bytemuck",
Expand All @@ -2070,8 +2066,7 @@ dependencies = [
[[package]]
name = "egui-winit"
version = "0.31.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ace791b367c1f63e6044aef2f3834904509d1d1a6912fd23ebf3f6a9af92cd84"
source = "git+https://github.com/emilk/egui.git?branch=master#27e7303ebe1ccca44873813a3f684cba12de973e"
dependencies = [
"accesskit_winit",
"ahash",
Expand Down Expand Up @@ -2114,8 +2109,7 @@ dependencies = [
[[package]]
name = "egui_extras"
version = "0.31.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5b5cf69510eb3d19211fc0c062fb90524f43fe8e2c012967dcf0e2d81cb040f"
source = "git+https://github.com/emilk/egui.git?branch=master#27e7303ebe1ccca44873813a3f684cba12de973e"
dependencies = [
"ahash",
"egui",
Expand All @@ -2132,8 +2126,7 @@ dependencies = [
[[package]]
name = "egui_glow"
version = "0.31.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a53e2374a964c3c793cb0b8ead81bca631f24974bc0b747d1a5622f4e39fdd0"
source = "git+https://github.com/emilk/egui.git?branch=master#27e7303ebe1ccca44873813a3f684cba12de973e"
dependencies = [
"ahash",
"bytemuck",
Expand All @@ -2150,8 +2143,7 @@ dependencies = [
[[package]]
name = "egui_kittest"
version = "0.31.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4a9133e9f6601f7c74edc78dd46b24034bbcf1b99f1bf268ef7b65cf09560ab"
source = "git+https://github.com/emilk/egui.git?branch=master#27e7303ebe1ccca44873813a3f684cba12de973e"
dependencies = [
"dify",
"eframe",
Expand Down Expand Up @@ -2222,8 +2214,7 @@ checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
[[package]]
name = "emath"
version = "0.31.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55b7b6be5ad1d247f11738b0e4699d9c20005ed366f2c29f5ec1f8e1de180bc2"
source = "git+https://github.com/emilk/egui.git?branch=master#27e7303ebe1ccca44873813a3f684cba12de973e"
dependencies = [
"bytemuck",
"serde",
Expand Down Expand Up @@ -2339,8 +2330,7 @@ dependencies = [
[[package]]
name = "epaint"
version = "0.31.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "275b665a7b9611d8317485187e5458750850f9e64604d3c58434bb3fc1d22915"
source = "git+https://github.com/emilk/egui.git?branch=master#27e7303ebe1ccca44873813a3f684cba12de973e"
dependencies = [
"ab_glyph",
"ahash",
Expand All @@ -2359,8 +2349,7 @@ dependencies = [
[[package]]
name = "epaint_default_fonts"
version = "0.31.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9343d356d7cac894dacafc161b4654e0881301097bdf32a122ed503d97cb94b6"
source = "git+https://github.com/emilk/egui.git?branch=master#27e7303ebe1ccca44873813a3f684cba12de973e"

[[package]]
name = "equivalent"
Expand Down
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -594,13 +594,13 @@ significant_drop_tightening = "allow" # An update of parking_lot made this trigg
# Prefer patching with `branch` over `rev` and let `Cargo.lock` handle the commit hash.
# That makes it easy to upade with `cargo update -p $CRATE`.

# ecolor = { git = "https://github.com/emilk/egui.git", branch = "master" }
# eframe = { git = "https://github.com/emilk/egui.git", branch = "master" }
# egui = { git = "https://github.com/emilk/egui.git", branch = "master" }
# egui_extras = { git = "https://github.com/emilk/egui.git", branch = "master" }
# egui_kittest = { git = "https://github.com/emilk/egui.git", branch = "master" }
# egui-wgpu = { git = "https://github.com/emilk/egui.git", branch = "master" }
# emath = { git = "https://github.com/emilk/egui.git", branch = "master" }
ecolor = { git = "https://github.com/emilk/egui.git", branch = "master" }
eframe = { git = "https://github.com/emilk/egui.git", branch = "master" }
egui = { git = "https://github.com/emilk/egui.git", branch = "master" }
egui_extras = { git = "https://github.com/emilk/egui.git", branch = "master" }
egui_kittest = { git = "https://github.com/emilk/egui.git", branch = "master" }
egui-wgpu = { git = "https://github.com/emilk/egui.git", branch = "master" }
emath = { git = "https://github.com/emilk/egui.git", branch = "master" }

# Useful while developing:
# ecolor = { path = "../../egui/crates/ecolor" }
Expand Down

0 comments on commit 9b40cb7

Please sign in to comment.