From 034c2ae11d9ec13576687eb38dbf6fc95efebf3e Mon Sep 17 00:00:00 2001 From: "Alexis \"spectria.limina\" Horizon" Date: Tue, 3 Dec 2024 17:19:58 -0500 Subject: [PATCH] Fix waymarks and wasm. We are good to go. --- Cargo.lock | 24 ++++++++--------- public/index.html | 5 +++- src/main.rs | 17 ++++++++---- src/waymark/mod.rs | 51 +++++++++++++---------------------- src/waymark/window.rs | 62 ++++++++++++++++++++++++++++--------------- 5 files changed, 87 insertions(+), 72 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1528879..9067188 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1656,9 +1656,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.21" +version = "4.5.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb3b4b9e5a7c7514dfa52869339ee98b3156b0bfb4e8a77c4ff4babb64b1604f" +checksum = "69371e34337c4c984bbe322360c2547210bf632eb2814bbe78a6e87a2935bd2b" dependencies = [ "clap_builder", "clap_derive", @@ -1666,9 +1666,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.21" +version = "4.5.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b17a95aa67cc7b5ebd32aa5370189aa0d79069ef1c64ce893bd30fb24bff20ec" +checksum = "6e24c1b4099818523236a8ca881d2b45db98dadfb4625cf6608c12069fcbbde1" dependencies = [ "anstream", "anstyle", @@ -4418,7 +4418,7 @@ dependencies = [ "ron", "serde", "serde_json", - "thiserror 2.0.3", + "thiserror 2.0.4", "tracing", "wasm-bindgen", "web-sys", @@ -4527,11 +4527,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.3" +version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c006c85c7651b3cf2ada4584faa36773bd07bac24acfb39f3c431b36d7e667aa" +checksum = "2f49a1853cf82743e3b7950f77e0f4d622ca36cf4317cba00c767838bac8d490" dependencies = [ - "thiserror-impl 2.0.3", + "thiserror-impl 2.0.4", ] [[package]] @@ -4547,9 +4547,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.3" +version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f077553d607adc1caf65430528a576c757a71ed73944b66ebb58ef2bbd243568" +checksum = "8381894bb3efe0c4acac3ded651301ceee58a15d47c2e34885ed1908ad667061" dependencies = [ "proc-macro2", "quote", @@ -5704,9 +5704,9 @@ checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56" [[package]] name = "xml-rs" -version = "0.8.23" +version = "0.8.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af310deaae937e48a26602b730250b4949e125f468f11e6990be3e5304ddd96f" +checksum = "ea8b391c9a790b496184c29f7f93b9ed5b16abb306c05415b68bcc16e4d06432" [[package]] name = "yansi" diff --git a/public/index.html b/public/index.html index 46b5cc6..9be0366 100644 --- a/public/index.html +++ b/public/index.html @@ -5,7 +5,10 @@
- + +