diff --git a/Cargo.lock b/Cargo.lock index 8076585..52fd3a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 182ad7f..3d97992 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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",