Skip to content

Commit 06c463a

Browse files
authored
Update to latest egui main (#10040)
This should unblock using svg for icons, thanks to * emilk/egui#7071
1 parent 5368c80 commit 06c463a

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

Cargo.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2726,7 +2726,7 @@ version = "0.5.2"
27262726
source = "registry+https://github.com/rust-lang/crates.io-index"
27272727
checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
27282728
dependencies = [
2729-
"libloading 0.8.5",
2729+
"libloading 0.7.4",
27302730
]
27312731

27322732
[[package]]
@@ -2762,7 +2762,7 @@ checksum = "f25c0e292a7ca6d6498557ff1df68f32c99850012b6ea401cf8daf771f22ff53"
27622762
[[package]]
27632763
name = "ecolor"
27642764
version = "0.31.1"
2765-
source = "git+https://github.com/emilk/egui.git?branch=main#6ccb76800060c5267f06b842e3327db3c307c622"
2765+
source = "git+https://github.com/emilk/egui.git?branch=main#b8334f365be7325ce2974bd1cefc8abd5326299d"
27662766
dependencies = [
27672767
"bytemuck",
27682768
"color-hex",
@@ -2779,7 +2779,7 @@ checksum = "18aade80d5e09429040243ce1143ddc08a92d7a22820ac512610410a4dd5214f"
27792779
[[package]]
27802780
name = "eframe"
27812781
version = "0.31.1"
2782-
source = "git+https://github.com/emilk/egui.git?branch=main#6ccb76800060c5267f06b842e3327db3c307c622"
2782+
source = "git+https://github.com/emilk/egui.git?branch=main#b8334f365be7325ce2974bd1cefc8abd5326299d"
27832783
dependencies = [
27842784
"ahash",
27852785
"bytemuck",
@@ -2819,7 +2819,7 @@ dependencies = [
28192819
[[package]]
28202820
name = "egui"
28212821
version = "0.31.1"
2822-
source = "git+https://github.com/emilk/egui.git?branch=main#6ccb76800060c5267f06b842e3327db3c307c622"
2822+
source = "git+https://github.com/emilk/egui.git?branch=main#b8334f365be7325ce2974bd1cefc8abd5326299d"
28232823
dependencies = [
28242824
"accesskit",
28252825
"ahash",
@@ -2838,7 +2838,7 @@ dependencies = [
28382838
[[package]]
28392839
name = "egui-wgpu"
28402840
version = "0.31.1"
2841-
source = "git+https://github.com/emilk/egui.git?branch=main#6ccb76800060c5267f06b842e3327db3c307c622"
2841+
source = "git+https://github.com/emilk/egui.git?branch=main#b8334f365be7325ce2974bd1cefc8abd5326299d"
28422842
dependencies = [
28432843
"ahash",
28442844
"bytemuck",
@@ -2857,7 +2857,7 @@ dependencies = [
28572857
[[package]]
28582858
name = "egui-winit"
28592859
version = "0.31.1"
2860-
source = "git+https://github.com/emilk/egui.git?branch=main#6ccb76800060c5267f06b842e3327db3c307c622"
2860+
source = "git+https://github.com/emilk/egui.git?branch=main#b8334f365be7325ce2974bd1cefc8abd5326299d"
28612861
dependencies = [
28622862
"accesskit_winit",
28632863
"ahash",
@@ -2921,7 +2921,7 @@ dependencies = [
29212921
[[package]]
29222922
name = "egui_extras"
29232923
version = "0.31.1"
2924-
source = "git+https://github.com/emilk/egui.git?branch=main#6ccb76800060c5267f06b842e3327db3c307c622"
2924+
source = "git+https://github.com/emilk/egui.git?branch=main#b8334f365be7325ce2974bd1cefc8abd5326299d"
29252925
dependencies = [
29262926
"ahash",
29272927
"egui",
@@ -2938,7 +2938,7 @@ dependencies = [
29382938
[[package]]
29392939
name = "egui_glow"
29402940
version = "0.31.1"
2941-
source = "git+https://github.com/emilk/egui.git?branch=main#6ccb76800060c5267f06b842e3327db3c307c622"
2941+
source = "git+https://github.com/emilk/egui.git?branch=main#b8334f365be7325ce2974bd1cefc8abd5326299d"
29422942
dependencies = [
29432943
"ahash",
29442944
"bytemuck",
@@ -2955,7 +2955,7 @@ dependencies = [
29552955
[[package]]
29562956
name = "egui_kittest"
29572957
version = "0.31.1"
2958-
source = "git+https://github.com/emilk/egui.git?branch=main#6ccb76800060c5267f06b842e3327db3c307c622"
2958+
source = "git+https://github.com/emilk/egui.git?branch=main#b8334f365be7325ce2974bd1cefc8abd5326299d"
29592959
dependencies = [
29602960
"dify",
29612961
"eframe",
@@ -3027,7 +3027,7 @@ checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
30273027
[[package]]
30283028
name = "emath"
30293029
version = "0.31.1"
3030-
source = "git+https://github.com/emilk/egui.git?branch=main#6ccb76800060c5267f06b842e3327db3c307c622"
3030+
source = "git+https://github.com/emilk/egui.git?branch=main#b8334f365be7325ce2974bd1cefc8abd5326299d"
30313031
dependencies = [
30323032
"bytemuck",
30333033
"serde",
@@ -3144,7 +3144,7 @@ dependencies = [
31443144
[[package]]
31453145
name = "epaint"
31463146
version = "0.31.1"
3147-
source = "git+https://github.com/emilk/egui.git?branch=main#6ccb76800060c5267f06b842e3327db3c307c622"
3147+
source = "git+https://github.com/emilk/egui.git?branch=main#b8334f365be7325ce2974bd1cefc8abd5326299d"
31483148
dependencies = [
31493149
"ab_glyph",
31503150
"ahash",
@@ -3163,7 +3163,7 @@ dependencies = [
31633163
[[package]]
31643164
name = "epaint_default_fonts"
31653165
version = "0.31.1"
3166-
source = "git+https://github.com/emilk/egui.git?branch=main#6ccb76800060c5267f06b842e3327db3c307c622"
3166+
source = "git+https://github.com/emilk/egui.git?branch=main#b8334f365be7325ce2974bd1cefc8abd5326299d"
31673167

31683168
[[package]]
31693169
name = "equivalent"
@@ -4711,7 +4711,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
47114711
checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
47124712
dependencies = [
47134713
"cfg-if",
4714-
"windows-targets 0.48.5",
4714+
"windows-targets 0.52.6",
47154715
]
47164716

47174717
[[package]]

0 commit comments

Comments
 (0)