diff --git a/.idea/wxbox.iml b/.idea/wxbox.iml
index d2174f3..cab36b6 100644
--- a/.idea/wxbox.iml
+++ b/.idea/wxbox.iml
@@ -12,6 +12,11 @@
+
+
+
+
+
diff --git a/Cargo.lock b/Cargo.lock
index 35a7549..c6c0d56 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -828,9 +828,9 @@ checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
[[package]]
name = "bytemuck"
-version = "1.21.0"
+version = "1.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3"
+checksum = "b6b1fc10dbac614ebc03540c9dbd60e83887fda27794998c6528f1782047d540"
dependencies = [
"bytemuck_derive",
]
@@ -5106,6 +5106,7 @@ dependencies = [
name = "wxbox-client"
version = "0.1.0"
dependencies = [
+ "bytemuck",
"console_error_panic_hook",
"eframe",
"egui",
diff --git a/crates/client/Cargo.toml b/crates/client/Cargo.toml
index 2bd93c3..acc22f7 100644
--- a/crates/client/Cargo.toml
+++ b/crates/client/Cargo.toml
@@ -13,6 +13,7 @@ egui = "0.31"
poll-promise = "0.3"
ehttp = "0.5"
image = "0.25"
+bytemuck = "1.22"
[target.'cfg(target_arch = "wasm32")'.dependencies]
tracing-web = "0.1"
diff --git a/crates/client/dist/index.html b/crates/client/dist/index.html
index c22edf2..d908a3d 100644
--- a/crates/client/dist/index.html
+++ b/crates/client/dist/index.html
@@ -94,7 +94,7 @@
}
}
-
+
@@ -111,8 +111,8 @@