Run elf files

This commit is contained in:
2025-08-27 22:49:44 -04:00
parent 11c17cb246
commit 38b34c9cf9
3 changed files with 26 additions and 0 deletions
Generated
+7
View File
@@ -1046,6 +1046,12 @@ version = "1.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
[[package]]
name = "elf"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55dd888a213fc57e957abf2aa305ee3e8a28dbe05687a251f33b637cd46b0070"
[[package]]
name = "emath"
version = "0.32.1"
@@ -1833,6 +1839,7 @@ dependencies = [
"egui-wgpu",
"egui-winit",
"egui_extras",
"elf",
"fixed",
"gilrs",
"hex",