diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index 5219bd7..0000000 Binary files a/.DS_Store and /dev/null differ diff --git a/chip8_core/target/.rustc_info.json b/chip8_core/target/.rustc_info.json deleted file mode 100644 index ce0264d..0000000 --- a/chip8_core/target/.rustc_info.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc_fingerprint":9251509361105874613,"outputs":{"13822592305234237280":{"success":true,"status":"","code":0,"stdout":"___\nlib___.rlib\nlib___.dylib\nlib___.dylib\nlib___.a\nlib___.dylib\n/Users/lukashammer/.rustup/toolchains/stable-aarch64-apple-darwin\noff\npacked\nunpacked\n___\ndebug_assertions\npanic=\"unwind\"\nproc_macro\ntarget_abi=\"\"\ntarget_arch=\"aarch64\"\ntarget_endian=\"little\"\ntarget_env=\"\"\ntarget_family=\"unix\"\ntarget_feature=\"aes\"\ntarget_feature=\"crc\"\ntarget_feature=\"dit\"\ntarget_feature=\"dotprod\"\ntarget_feature=\"dpb\"\ntarget_feature=\"dpb2\"\ntarget_feature=\"fcma\"\ntarget_feature=\"fhm\"\ntarget_feature=\"flagm\"\ntarget_feature=\"fp16\"\ntarget_feature=\"frintts\"\ntarget_feature=\"jsconv\"\ntarget_feature=\"lor\"\ntarget_feature=\"lse\"\ntarget_feature=\"neon\"\ntarget_feature=\"paca\"\ntarget_feature=\"pacg\"\ntarget_feature=\"pan\"\ntarget_feature=\"pmuv3\"\ntarget_feature=\"ras\"\ntarget_feature=\"rcpc\"\ntarget_feature=\"rcpc2\"\ntarget_feature=\"rdm\"\ntarget_feature=\"sb\"\ntarget_feature=\"sha2\"\ntarget_feature=\"sha3\"\ntarget_feature=\"ssbs\"\ntarget_feature=\"vh\"\ntarget_has_atomic=\"128\"\ntarget_has_atomic=\"16\"\ntarget_has_atomic=\"32\"\ntarget_has_atomic=\"64\"\ntarget_has_atomic=\"8\"\ntarget_has_atomic=\"ptr\"\ntarget_os=\"macos\"\ntarget_pointer_width=\"64\"\ntarget_vendor=\"apple\"\nunix\n","stderr":""},"12016735552878863467":{"success":true,"status":"","code":0,"stdout":"rustc 1.93.0 (254b59607 2026-01-19)\nbinary: rustc\ncommit-hash: 254b59607d4417e9dffbc307138ae5c86280fe4c\ncommit-date: 2026-01-19\nhost: aarch64-apple-darwin\nrelease: 1.93.0\nLLVM version: 21.1.8\n","stderr":""}},"successes":{}} \ No newline at end of file diff --git a/chip8_core/target/CACHEDIR.TAG b/chip8_core/target/CACHEDIR.TAG deleted file mode 100644 index 20d7c31..0000000 --- a/chip8_core/target/CACHEDIR.TAG +++ /dev/null @@ -1,3 +0,0 @@ -Signature: 8a477f597d28d172789f06886806bc55 -# This file is a cache directory tag created by cargo. -# For information about cache directory tags see https://bford.info/cachedir/ diff --git a/chip8_core/target/debug/.cargo-lock b/chip8_core/target/debug/.cargo-lock deleted file mode 100644 index e69de29..0000000 diff --git a/chip8_core/target/debug/.fingerprint/chip8_core-15e1a157af4ee71a/dep-lib-chip8_core b/chip8_core/target/debug/.fingerprint/chip8_core-15e1a157af4ee71a/dep-lib-chip8_core deleted file mode 100644 index ce31286..0000000 Binary files a/chip8_core/target/debug/.fingerprint/chip8_core-15e1a157af4ee71a/dep-lib-chip8_core and /dev/null differ diff --git a/chip8_core/target/debug/.fingerprint/chip8_core-15e1a157af4ee71a/invoked.timestamp b/chip8_core/target/debug/.fingerprint/chip8_core-15e1a157af4ee71a/invoked.timestamp deleted file mode 100644 index e00328d..0000000 --- a/chip8_core/target/debug/.fingerprint/chip8_core-15e1a157af4ee71a/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/chip8_core/target/debug/.fingerprint/chip8_core-15e1a157af4ee71a/lib-chip8_core b/chip8_core/target/debug/.fingerprint/chip8_core-15e1a157af4ee71a/lib-chip8_core deleted file mode 100644 index e69de29..0000000 diff --git a/chip8_core/target/debug/.fingerprint/chip8_core-15e1a157af4ee71a/lib-chip8_core.json b/chip8_core/target/debug/.fingerprint/chip8_core-15e1a157af4ee71a/lib-chip8_core.json deleted file mode 100644 index 2884780..0000000 --- a/chip8_core/target/debug/.fingerprint/chip8_core-15e1a157af4ee71a/lib-chip8_core.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":6097697865481006981,"features":"[]","declared_features":"[]","target":5269272342304488410,"profile":2330448797067240312,"path":10763286916239946207,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/chip8_core-15e1a157af4ee71a/dep-lib-chip8_core","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/chip8_core/target/debug/.fingerprint/chip8_core-15e1a157af4ee71a/output-lib-chip8_core b/chip8_core/target/debug/.fingerprint/chip8_core-15e1a157af4ee71a/output-lib-chip8_core deleted file mode 100644 index 7ee4435..0000000 --- a/chip8_core/target/debug/.fingerprint/chip8_core-15e1a157af4ee71a/output-lib-chip8_core +++ /dev/null @@ -1,3 +0,0 @@ -{"$message_type":"diagnostic","message":"unresolved import `rand`","code":{"code":"E0432","explanation":"An import was unresolved.\n\nErroneous code example:\n\n```compile_fail,E0432\nuse something::Foo; // error: unresolved import `something::Foo`.\n```\n\nIn Rust 2015, paths in `use` statements are relative to the crate root. To\nimport items relative to the current and parent modules, use the `self::` and\n`super::` prefixes, respectively.\n\nIn Rust 2018 or later, paths in `use` statements are relative to the current\nmodule unless they begin with the name of a crate or a literal `crate::`, in\nwhich case they start from the crate root. As in Rust 2015 code, the `self::`\nand `super::` prefixes refer to the current and parent modules respectively.\n\nAlso verify that you didn't misspell the import name and that the import exists\nin the module from where you tried to import it. Example:\n\n```\nuse self::something::Foo; // Ok.\n\nmod something {\n pub struct Foo;\n}\n# fn main() {}\n```\n\nIf you tried to use a module from an external crate and are using Rust 2015,\nyou may have missed the `extern crate` declaration (which is usually placed in\nthe crate root):\n\n```edition2015\nextern crate core; // Required to use the `core` crate in Rust 2015.\n\nuse core::any;\n# fn main() {}\n```\n\nSince Rust 2018 the `extern crate` declaration is not required and\nyou can instead just `use` it:\n\n```edition2018\nuse core::any; // No extern crate required in Rust 2018.\n# fn main() {}\n```\n"},"level":"error","spans":[{"file_name":"src/lib.rs","byte_start":4,"byte_end":8,"line_start":1,"line_end":1,"column_start":5,"column_end":9,"is_primary":true,"text":[{"text":"use rand::random;","highlight_start":5,"highlight_end":9}],"label":"use of unresolved module or unlinked crate `rand`","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if you wanted to use a crate named `rand`, use `cargo add rand` to add it to your `Cargo.toml`","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[91merror[E0432]\u001b[0m\u001b[1m: unresolved import `rand`\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0msrc/lib.rs:1:5\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m1\u001b[0m \u001b[1m\u001b[94m|\u001b[0m use rand::random;\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[91m^^^^\u001b[0m \u001b[1m\u001b[91muse of unresolved module or unlinked crate `rand`\u001b[0m\n \u001b[1m\u001b[94m|\u001b[0m\n \u001b[1m\u001b[94m= \u001b[0m\u001b[1mhelp\u001b[0m: if you wanted to use a crate named `rand`, use `cargo add rand` to add it to your `Cargo.toml`\n\n"} -{"$message_type":"diagnostic","message":"aborting due to 1 previous error","code":null,"level":"error","spans":[],"children":[],"rendered":"\u001b[1m\u001b[91merror\u001b[0m\u001b[1m: aborting due to 1 previous error\u001b[0m\n\n"} -{"$message_type":"diagnostic","message":"For more information about this error, try `rustc --explain E0432`.","code":null,"level":"failure-note","spans":[],"children":[],"rendered":"\u001b[1mFor more information about this error, try `rustc --explain E0432`.\u001b[0m\n"} diff --git a/chip8_core/target/debug/.fingerprint/chip8_core-ac9cf048fb9dccd0/dep-test-lib-chip8_core b/chip8_core/target/debug/.fingerprint/chip8_core-ac9cf048fb9dccd0/dep-test-lib-chip8_core deleted file mode 100644 index ce31286..0000000 Binary files a/chip8_core/target/debug/.fingerprint/chip8_core-ac9cf048fb9dccd0/dep-test-lib-chip8_core and /dev/null differ diff --git a/chip8_core/target/debug/.fingerprint/chip8_core-ac9cf048fb9dccd0/invoked.timestamp b/chip8_core/target/debug/.fingerprint/chip8_core-ac9cf048fb9dccd0/invoked.timestamp deleted file mode 100644 index e00328d..0000000 --- a/chip8_core/target/debug/.fingerprint/chip8_core-ac9cf048fb9dccd0/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/chip8_core/target/debug/.fingerprint/chip8_core-ac9cf048fb9dccd0/output-test-lib-chip8_core b/chip8_core/target/debug/.fingerprint/chip8_core-ac9cf048fb9dccd0/output-test-lib-chip8_core deleted file mode 100644 index 7ee4435..0000000 --- a/chip8_core/target/debug/.fingerprint/chip8_core-ac9cf048fb9dccd0/output-test-lib-chip8_core +++ /dev/null @@ -1,3 +0,0 @@ -{"$message_type":"diagnostic","message":"unresolved import `rand`","code":{"code":"E0432","explanation":"An import was unresolved.\n\nErroneous code example:\n\n```compile_fail,E0432\nuse something::Foo; // error: unresolved import `something::Foo`.\n```\n\nIn Rust 2015, paths in `use` statements are relative to the crate root. To\nimport items relative to the current and parent modules, use the `self::` and\n`super::` prefixes, respectively.\n\nIn Rust 2018 or later, paths in `use` statements are relative to the current\nmodule unless they begin with the name of a crate or a literal `crate::`, in\nwhich case they start from the crate root. As in Rust 2015 code, the `self::`\nand `super::` prefixes refer to the current and parent modules respectively.\n\nAlso verify that you didn't misspell the import name and that the import exists\nin the module from where you tried to import it. Example:\n\n```\nuse self::something::Foo; // Ok.\n\nmod something {\n pub struct Foo;\n}\n# fn main() {}\n```\n\nIf you tried to use a module from an external crate and are using Rust 2015,\nyou may have missed the `extern crate` declaration (which is usually placed in\nthe crate root):\n\n```edition2015\nextern crate core; // Required to use the `core` crate in Rust 2015.\n\nuse core::any;\n# fn main() {}\n```\n\nSince Rust 2018 the `extern crate` declaration is not required and\nyou can instead just `use` it:\n\n```edition2018\nuse core::any; // No extern crate required in Rust 2018.\n# fn main() {}\n```\n"},"level":"error","spans":[{"file_name":"src/lib.rs","byte_start":4,"byte_end":8,"line_start":1,"line_end":1,"column_start":5,"column_end":9,"is_primary":true,"text":[{"text":"use rand::random;","highlight_start":5,"highlight_end":9}],"label":"use of unresolved module or unlinked crate `rand`","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if you wanted to use a crate named `rand`, use `cargo add rand` to add it to your `Cargo.toml`","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[91merror[E0432]\u001b[0m\u001b[1m: unresolved import `rand`\u001b[0m\n \u001b[1m\u001b[94m--> \u001b[0msrc/lib.rs:1:5\n \u001b[1m\u001b[94m|\u001b[0m\n\u001b[1m\u001b[94m1\u001b[0m \u001b[1m\u001b[94m|\u001b[0m use rand::random;\n \u001b[1m\u001b[94m|\u001b[0m \u001b[1m\u001b[91m^^^^\u001b[0m \u001b[1m\u001b[91muse of unresolved module or unlinked crate `rand`\u001b[0m\n \u001b[1m\u001b[94m|\u001b[0m\n \u001b[1m\u001b[94m= \u001b[0m\u001b[1mhelp\u001b[0m: if you wanted to use a crate named `rand`, use `cargo add rand` to add it to your `Cargo.toml`\n\n"} -{"$message_type":"diagnostic","message":"aborting due to 1 previous error","code":null,"level":"error","spans":[],"children":[],"rendered":"\u001b[1m\u001b[91merror\u001b[0m\u001b[1m: aborting due to 1 previous error\u001b[0m\n\n"} -{"$message_type":"diagnostic","message":"For more information about this error, try `rustc --explain E0432`.","code":null,"level":"failure-note","spans":[],"children":[],"rendered":"\u001b[1mFor more information about this error, try `rustc --explain E0432`.\u001b[0m\n"} diff --git a/chip8_core/target/debug/.fingerprint/chip8_core-ac9cf048fb9dccd0/test-lib-chip8_core b/chip8_core/target/debug/.fingerprint/chip8_core-ac9cf048fb9dccd0/test-lib-chip8_core deleted file mode 100644 index e69de29..0000000 diff --git a/chip8_core/target/debug/.fingerprint/chip8_core-ac9cf048fb9dccd0/test-lib-chip8_core.json b/chip8_core/target/debug/.fingerprint/chip8_core-ac9cf048fb9dccd0/test-lib-chip8_core.json deleted file mode 100644 index 61724a1..0000000 --- a/chip8_core/target/debug/.fingerprint/chip8_core-ac9cf048fb9dccd0/test-lib-chip8_core.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":6097697865481006981,"features":"[]","declared_features":"[]","target":5269272342304488410,"profile":619605765252926426,"path":10763286916239946207,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/chip8_core-ac9cf048fb9dccd0/dep-test-lib-chip8_core","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/chip8_core/target/debug/deps/chip8_core-15e1a157af4ee71a.d b/chip8_core/target/debug/deps/chip8_core-15e1a157af4ee71a.d deleted file mode 100644 index 2d11523..0000000 --- a/chip8_core/target/debug/deps/chip8_core-15e1a157af4ee71a.d +++ /dev/null @@ -1,9 +0,0 @@ -/Users/lukashammer/chip8_rust/chip8_core/target/debug/deps/chip8_core-15e1a157af4ee71a.d: src/lib.rs Cargo.toml - -/Users/lukashammer/chip8_rust/chip8_core/target/debug/deps/libchip8_core-15e1a157af4ee71a.rmeta: src/lib.rs Cargo.toml - -src/lib.rs: -Cargo.toml: - -# env-dep:CLIPPY_ARGS= -# env-dep:CLIPPY_CONF_DIR diff --git a/chip8_core/target/debug/deps/chip8_core-ac9cf048fb9dccd0.d b/chip8_core/target/debug/deps/chip8_core-ac9cf048fb9dccd0.d deleted file mode 100644 index 62b978d..0000000 --- a/chip8_core/target/debug/deps/chip8_core-ac9cf048fb9dccd0.d +++ /dev/null @@ -1,9 +0,0 @@ -/Users/lukashammer/chip8_rust/chip8_core/target/debug/deps/chip8_core-ac9cf048fb9dccd0.d: src/lib.rs Cargo.toml - -/Users/lukashammer/chip8_rust/chip8_core/target/debug/deps/libchip8_core-ac9cf048fb9dccd0.rmeta: src/lib.rs Cargo.toml - -src/lib.rs: -Cargo.toml: - -# env-dep:CLIPPY_ARGS= -# env-dep:CLIPPY_CONF_DIR diff --git a/chip8_core/target/debug/deps/libchip8_core-15e1a157af4ee71a.rmeta b/chip8_core/target/debug/deps/libchip8_core-15e1a157af4ee71a.rmeta deleted file mode 100644 index 9ebe69d..0000000 Binary files a/chip8_core/target/debug/deps/libchip8_core-15e1a157af4ee71a.rmeta and /dev/null differ diff --git a/chip8_core/target/debug/deps/libchip8_core-ac9cf048fb9dccd0.rmeta b/chip8_core/target/debug/deps/libchip8_core-ac9cf048fb9dccd0.rmeta deleted file mode 100644 index e69de29..0000000 diff --git a/desktop/target/.rustc_info.json b/desktop/target/.rustc_info.json deleted file mode 100644 index f4e163d..0000000 --- a/desktop/target/.rustc_info.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc_fingerprint":9251509361105874613,"outputs":{"12016735552878863467":{"success":true,"status":"","code":0,"stdout":"rustc 1.93.0 (254b59607 2026-01-19)\nbinary: rustc\ncommit-hash: 254b59607d4417e9dffbc307138ae5c86280fe4c\ncommit-date: 2026-01-19\nhost: aarch64-apple-darwin\nrelease: 1.93.0\nLLVM version: 21.1.8\n","stderr":""},"13822592305234237280":{"success":true,"status":"","code":0,"stdout":"___\nlib___.rlib\nlib___.dylib\nlib___.dylib\nlib___.a\nlib___.dylib\n/Users/lukashammer/.rustup/toolchains/stable-aarch64-apple-darwin\noff\npacked\nunpacked\n___\ndebug_assertions\npanic=\"unwind\"\nproc_macro\ntarget_abi=\"\"\ntarget_arch=\"aarch64\"\ntarget_endian=\"little\"\ntarget_env=\"\"\ntarget_family=\"unix\"\ntarget_feature=\"aes\"\ntarget_feature=\"crc\"\ntarget_feature=\"dit\"\ntarget_feature=\"dotprod\"\ntarget_feature=\"dpb\"\ntarget_feature=\"dpb2\"\ntarget_feature=\"fcma\"\ntarget_feature=\"fhm\"\ntarget_feature=\"flagm\"\ntarget_feature=\"fp16\"\ntarget_feature=\"frintts\"\ntarget_feature=\"jsconv\"\ntarget_feature=\"lor\"\ntarget_feature=\"lse\"\ntarget_feature=\"neon\"\ntarget_feature=\"paca\"\ntarget_feature=\"pacg\"\ntarget_feature=\"pan\"\ntarget_feature=\"pmuv3\"\ntarget_feature=\"ras\"\ntarget_feature=\"rcpc\"\ntarget_feature=\"rcpc2\"\ntarget_feature=\"rdm\"\ntarget_feature=\"sb\"\ntarget_feature=\"sha2\"\ntarget_feature=\"sha3\"\ntarget_feature=\"ssbs\"\ntarget_feature=\"vh\"\ntarget_has_atomic=\"128\"\ntarget_has_atomic=\"16\"\ntarget_has_atomic=\"32\"\ntarget_has_atomic=\"64\"\ntarget_has_atomic=\"8\"\ntarget_has_atomic=\"ptr\"\ntarget_os=\"macos\"\ntarget_pointer_width=\"64\"\ntarget_vendor=\"apple\"\nunix\n","stderr":""}},"successes":{}} \ No newline at end of file diff --git a/desktop/target/CACHEDIR.TAG b/desktop/target/CACHEDIR.TAG deleted file mode 100644 index 20d7c31..0000000 --- a/desktop/target/CACHEDIR.TAG +++ /dev/null @@ -1,3 +0,0 @@ -Signature: 8a477f597d28d172789f06886806bc55 -# This file is a cache directory tag created by cargo. -# For information about cache directory tags see https://bford.info/cachedir/ diff --git a/desktop/target/debug/.cargo-lock b/desktop/target/debug/.cargo-lock deleted file mode 100644 index e69de29..0000000 diff --git a/desktop/target/debug/desktop b/desktop/target/debug/desktop deleted file mode 100755 index fc0652b..0000000 Binary files a/desktop/target/debug/desktop and /dev/null differ diff --git a/desktop/target/debug/desktop.d b/desktop/target/debug/desktop.d deleted file mode 100644 index ec1f0e1..0000000 --- a/desktop/target/debug/desktop.d +++ /dev/null @@ -1 +0,0 @@ -/Users/lukashammer/chip8_rust/desktop/target/debug/desktop: /Users/lukashammer/chip8_rust/chip8_core/src/lib.rs /Users/lukashammer/chip8_rust/desktop/src/main.rs diff --git a/website/index.html b/website/index.html index d58f19b..ee832d5 100644 --- a/website/index.html +++ b/website/index.html @@ -177,7 +177,8 @@