This commit is contained in:
Simon Gardling
2022-11-13 14:14:44 -05:00
parent b0a98b197b
commit 9a8f8a6539
11 changed files with 91 additions and 221 deletions

12
Cargo.lock generated
View File

@@ -736,7 +736,7 @@ checksum = "0bd4b30a6560bbd9b4620f4de34c3f14f60848e58a9b7216801afcb4c7b31c3c"
[[package]]
name = "eframe"
version = "0.18.0"
source = "git+https://github.com/Titaniumtown/egui.git#913aac5a8c4faaedda8455ad91e13d702dd39df3"
source = "git+https://github.com/Titaniumtown/egui.git#d6194a56eb94e35a46d4391161d905058fc0dad9"
dependencies = [
"bytemuck",
"egui",
@@ -756,7 +756,7 @@ dependencies = [
[[package]]
name = "egui"
version = "0.18.1"
source = "git+https://github.com/Titaniumtown/egui.git#913aac5a8c4faaedda8455ad91e13d702dd39df3"
source = "git+https://github.com/Titaniumtown/egui.git#d6194a56eb94e35a46d4391161d905058fc0dad9"
dependencies = [
"ahash",
"epaint",
@@ -768,7 +768,7 @@ dependencies = [
[[package]]
name = "egui-winit"
version = "0.18.0"
source = "git+https://github.com/Titaniumtown/egui.git#913aac5a8c4faaedda8455ad91e13d702dd39df3"
source = "git+https://github.com/Titaniumtown/egui.git#d6194a56eb94e35a46d4391161d905058fc0dad9"
dependencies = [
"arboard",
"egui",
@@ -782,7 +782,7 @@ dependencies = [
[[package]]
name = "egui_glow"
version = "0.18.1"
source = "git+https://github.com/Titaniumtown/egui.git#913aac5a8c4faaedda8455ad91e13d702dd39df3"
source = "git+https://github.com/Titaniumtown/egui.git#d6194a56eb94e35a46d4391161d905058fc0dad9"
dependencies = [
"bytemuck",
"egui",
@@ -802,7 +802,7 @@ checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
[[package]]
name = "emath"
version = "0.18.0"
source = "git+https://github.com/Titaniumtown/egui.git#913aac5a8c4faaedda8455ad91e13d702dd39df3"
source = "git+https://github.com/Titaniumtown/egui.git#d6194a56eb94e35a46d4391161d905058fc0dad9"
dependencies = [
"bytemuck",
"serde",
@@ -811,7 +811,7 @@ dependencies = [
[[package]]
name = "epaint"
version = "0.18.1"
source = "git+https://github.com/Titaniumtown/egui.git#913aac5a8c4faaedda8455ad91e13d702dd39df3"
source = "git+https://github.com/Titaniumtown/egui.git#d6194a56eb94e35a46d4391161d905058fc0dad9"
dependencies = [
"ab_glyph",
"ahash",