update egui

This commit is contained in:
Simon Gardling 2022-05-12 08:33:50 -04:00
parent 87bdd611d6
commit 9ffbec1fce
2 changed files with 9 additions and 7 deletions

12
Cargo.lock generated
View File

@ -668,7 +668,7 @@ checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
[[package]]
name = "eframe"
version = "0.18.0"
source = "git+https://github.com/Titaniumtown/egui.git#49b732b071a0e5e2eb7dbb6896cd7bf1c3ca687d"
source = "git+https://github.com/Titaniumtown/egui.git#8f9b372949e95fdd5019f8b443c992bf4fb85840"
dependencies = [
"bytemuck",
"egui",
@ -688,7 +688,7 @@ dependencies = [
[[package]]
name = "egui"
version = "0.18.1"
source = "git+https://github.com/Titaniumtown/egui.git#49b732b071a0e5e2eb7dbb6896cd7bf1c3ca687d"
source = "git+https://github.com/Titaniumtown/egui.git#8f9b372949e95fdd5019f8b443c992bf4fb85840"
dependencies = [
"ahash",
"epaint",
@ -699,7 +699,7 @@ dependencies = [
[[package]]
name = "egui-winit"
version = "0.18.0"
source = "git+https://github.com/Titaniumtown/egui.git#49b732b071a0e5e2eb7dbb6896cd7bf1c3ca687d"
source = "git+https://github.com/Titaniumtown/egui.git#8f9b372949e95fdd5019f8b443c992bf4fb85840"
dependencies = [
"arboard",
"egui",
@ -712,7 +712,7 @@ dependencies = [
[[package]]
name = "egui_glow"
version = "0.18.1"
source = "git+https://github.com/Titaniumtown/egui.git#49b732b071a0e5e2eb7dbb6896cd7bf1c3ca687d"
source = "git+https://github.com/Titaniumtown/egui.git#8f9b372949e95fdd5019f8b443c992bf4fb85840"
dependencies = [
"bytemuck",
"egui",
@ -732,7 +732,7 @@ checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
[[package]]
name = "emath"
version = "0.18.0"
source = "git+https://github.com/Titaniumtown/egui.git#49b732b071a0e5e2eb7dbb6896cd7bf1c3ca687d"
source = "git+https://github.com/Titaniumtown/egui.git#8f9b372949e95fdd5019f8b443c992bf4fb85840"
dependencies = [
"bytemuck",
"serde",
@ -741,7 +741,7 @@ dependencies = [
[[package]]
name = "epaint"
version = "0.18.1"
source = "git+https://github.com/Titaniumtown/egui.git#49b732b071a0e5e2eb7dbb6896cd7bf1c3ca687d"
source = "git+https://github.com/Titaniumtown/egui.git#8f9b372949e95fdd5019f8b443c992bf4fb85840"
dependencies = [
"ab_glyph",
"ahash",

View File

@ -36,7 +36,9 @@ strip = false
[dependencies]
parsing = { path = "./parsing" }
eframe = { git = "https://github.com/Titaniumtown/egui.git", default-features = false }
eframe = { git = "https://github.com/Titaniumtown/egui.git", default-features = false, features = [
"glow",
] }
egui = { git = "https://github.com/Titaniumtown/egui.git", default-features = false }
epaint = { git = "https://github.com/Titaniumtown/egui.git", default-features = false, features = [
"serde",