diff --git a/Cargo.lock b/Cargo.lock index 69939882..11d96f30 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2628,9 +2628,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "hxcadaptor-sys" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "216919519d7c1a690b489d1a23537acb0747d4fa91ee508899305205299e2312" +checksum = "67a81e5ab59341abbbedc7471c4e4c1dca391437e82f1ea07844fef1d1fa2abe" dependencies = [ "bindgen", "copy_dir", @@ -2640,9 +2640,9 @@ dependencies = [ [[package]] name = "hxcfe" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "008624c1da5dd27087f89ce9d20005b908419c62130218848eea23d8f1ca408e" +checksum = "3bb15766897cd4a2229fc6eda903f9d8d7959685c381873e65299f61cea8482c" dependencies = [ "enumn", "hxcfe-sys", @@ -2652,9 +2652,9 @@ dependencies = [ [[package]] name = "hxcfe-sys" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3dac75c30bcfd236f53cd04f62628dc148e08d4f589baf46ddf0226d9646c46e" +checksum = "69e100edb235d2f9d185366ec46a31905d49176c9fad190a1e5ce8b060e2fd88" dependencies = [ "bindgen", "copy_dir", diff --git a/Cargo.toml b/Cargo.toml index ffa01e4c..ca1061a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -156,8 +156,8 @@ eframe = "0.22" egui = "0.22" thiserror = "1.0" -hxcfe = "0.1.0" -hxcfe-sys = "0.1.0" +hxcfe = "0.1.1" +hxcfe-sys = "0.1.1" [patch.crates-io] diff --git a/build_linux.sh b/build_linux.sh old mode 100755 new mode 100644 diff --git a/build_osx_from_linux.sh b/build_osx_from_linux.sh old mode 100755 new mode 100644 diff --git a/build_windows.sh b/build_windows.sh old mode 100755 new mode 100644 diff --git a/cpclib-asm/test.sh b/cpclib-asm/test.sh old mode 100755 new mode 100644 diff --git a/cpclib-basm/tests/asm/launch_tests.sh b/cpclib-basm/tests/asm/launch_tests.sh old mode 100755 new mode 100644 diff --git a/cpclib-wasm/www/.bin/create-wasm-app.js b/cpclib-wasm/www/.bin/create-wasm-app.js old mode 100755 new mode 100644 diff --git a/cpclib-wasm/www/emu/tiny8bit/cpc-ui.wasm b/cpclib-wasm/www/emu/tiny8bit/cpc-ui.wasm old mode 100755 new mode 100644 diff --git a/cpclib-wasm/www/emu/tiny8bit/cpc.wasm b/cpclib-wasm/www/emu/tiny8bit/cpc.wasm old mode 100755 new mode 100644 diff --git a/cpclib-wasm/www/index.js b/cpclib-wasm/www/index.js old mode 100755 new mode 100644 diff --git a/cpclib-wasm/www/webpack.config.js b/cpclib-wasm/www/webpack.config.js old mode 100755 new mode 100644