diff --git a/Cargo.lock b/Cargo.lock index 8872930..35a7549 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5111,9 +5111,9 @@ dependencies = [ "egui", "egui_glow", "ehttp", + "glow", "image", "poll-promise", - "serde", "tracing", "tracing-subscriber", "tracing-web", diff --git a/crates/client/0.png b/crates/client/0.png new file mode 100644 index 0000000..66e1801 Binary files /dev/null and b/crates/client/0.png differ diff --git a/crates/client/Cargo.toml b/crates/client/Cargo.toml index 47a9ad7..2bd93c3 100644 --- a/crates/client/Cargo.toml +++ b/crates/client/Cargo.toml @@ -7,9 +7,9 @@ edition = "2021" tracing = "0.1" tracing-subscriber = "0.3" eframe = { version = "0.31" } -egui = "0.31" +glow = "*" egui_glow = "0.31" -serde = { version = "1", features = ["derive"] } +egui = "0.31" poll-promise = "0.3" ehttp = "0.5" image = "0.25" diff --git a/crates/client/dist/index.html b/crates/client/dist/index.html index f93b29b..0e08c71 100644 --- a/crates/client/dist/index.html +++ b/crates/client/dist/index.html @@ -94,7 +94,7 @@ } } - + @@ -111,8 +111,8 @@