mirror of
https://github.com/aljazceru/notedeck.git
synced 2026-01-09 11:24:19 +01:00
egui: replace with damus-io repo
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
10
Cargo.lock
generated
10
Cargo.lock
generated
@@ -1165,7 +1165,7 @@ checksum = "f25c0e292a7ca6d6498557ff1df68f32c99850012b6ea401cf8daf771f22ff53"
|
||||
[[package]]
|
||||
name = "ecolor"
|
||||
version = "0.29.1"
|
||||
source = "git+https://github.com/kernelkind/egui?branch=update_layouter_0.29.1#4b19e72384345078581f940c9cd17dcb2f43d124"
|
||||
source = "git+https://github.com/damus-io/egui?branch=update_layouter_0.29.1#4b19e72384345078581f940c9cd17dcb2f43d124"
|
||||
dependencies = [
|
||||
"bytemuck",
|
||||
"emath",
|
||||
@@ -1210,7 +1210,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "egui"
|
||||
version = "0.29.1"
|
||||
source = "git+https://github.com/kernelkind/egui?branch=update_layouter_0.29.1#4b19e72384345078581f940c9cd17dcb2f43d124"
|
||||
source = "git+https://github.com/damus-io/egui?branch=update_layouter_0.29.1#4b19e72384345078581f940c9cd17dcb2f43d124"
|
||||
dependencies = [
|
||||
"accesskit",
|
||||
"ahash",
|
||||
@@ -1362,7 +1362,7 @@ checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
|
||||
[[package]]
|
||||
name = "emath"
|
||||
version = "0.29.1"
|
||||
source = "git+https://github.com/kernelkind/egui?branch=update_layouter_0.29.1#4b19e72384345078581f940c9cd17dcb2f43d124"
|
||||
source = "git+https://github.com/damus-io/egui?branch=update_layouter_0.29.1#4b19e72384345078581f940c9cd17dcb2f43d124"
|
||||
dependencies = [
|
||||
"bytemuck",
|
||||
"serde",
|
||||
@@ -1449,7 +1449,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "epaint"
|
||||
version = "0.29.1"
|
||||
source = "git+https://github.com/kernelkind/egui?branch=update_layouter_0.29.1#4b19e72384345078581f940c9cd17dcb2f43d124"
|
||||
source = "git+https://github.com/damus-io/egui?branch=update_layouter_0.29.1#4b19e72384345078581f940c9cd17dcb2f43d124"
|
||||
dependencies = [
|
||||
"ab_glyph",
|
||||
"ahash",
|
||||
@@ -1467,7 +1467,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "epaint_default_fonts"
|
||||
version = "0.29.1"
|
||||
source = "git+https://github.com/kernelkind/egui?branch=update_layouter_0.29.1#4b19e72384345078581f940c9cd17dcb2f43d124"
|
||||
source = "git+https://github.com/damus-io/egui?branch=update_layouter_0.29.1#4b19e72384345078581f940c9cd17dcb2f43d124"
|
||||
|
||||
[[package]]
|
||||
name = "equivalent"
|
||||
|
||||
@@ -58,8 +58,8 @@ security-framework = "2.11.0"
|
||||
sha2 = "0.10.8"
|
||||
|
||||
[patch.crates-io]
|
||||
egui = { git = "https://github.com/kernelkind/egui", branch = "update_layouter_0.29.1" }
|
||||
epaint = { git = "https://github.com/kernelkind/egui", branch = "update_layouter_0.29.1" }
|
||||
egui = { git = "https://github.com/damus-io/egui", branch = "update_layouter_0.29.1" }
|
||||
epaint = { git = "https://github.com/damus-io/egui", branch = "update_layouter_0.29.1" }
|
||||
|
||||
[profile.small]
|
||||
inherits = 'release'
|
||||
|
||||
Reference in New Issue
Block a user