Fix formatting detail in README

This commit is contained in:
2024-10-07 18:12:03 -05:00
parent a602d64343
commit fc8b1dcc19

View File

@@ -84,8 +84,8 @@ A list of various resources I relied on and studied while building this project.
- [KyleMiles/Rust-SDL-Emscripten-Template/](https://github.com/KyleMiles/Rust-SDL-Emscripten-Template/) - [KyleMiles/Rust-SDL-Emscripten-Template/](https://github.com/KyleMiles/Rust-SDL-Emscripten-Template/)
- Has some special javascript interop code - Has some special javascript interop code
- [hello-rust-sdl2-wasm](https://github.com/awwsmm/hello-rust-sdl2-wasm) - [hello-rust-sdl2-wasm](https://github.com/awwsmm/hello-rust-sdl2-wasm)
- A bit of a weird repository, I'm not sure that the creator knows Rust that well, but it compiles. - A bit of a weird repository, I'm not sure that the creator knows Rust that well, but it compiles.
- Note that the `asmjs-unknown-emscripten` target is deprecated, and you should use `wasm32-unknown-emscripten` instead. You'll need to change all the files, flags etc. to make it match. - Note that the `asmjs-unknown-emscripten` target is deprecated, and you should use `wasm32-unknown-emscripten` instead. You'll need to change all the files, flags etc. to make it match.
- [arskiy/chess](https://github.com/arskiy/chess/) - [arskiy/chess](https://github.com/arskiy/chess/)
- Image usage, decent code example - Image usage, decent code example
- Has more advanced javascript config and examples to look at. - Has more advanced javascript config and examples to look at.