Skip to content

Commit

Permalink
doc: added playstation vita to summary
Browse files Browse the repository at this point in the history
  • Loading branch information
amgdev9 committed Nov 14, 2021
1 parent c60f32a commit d0f66aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/doc/rustc/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
- [Tests](tests/index.md)
- [Platform Support](platform-support.md)
- [aarch64-apple-ios-sim](platform-support/aarch64-apple-ios-sim.md)
- [armv7-sony-vita-eabihf](platform-support/armv7-sony-vita-eabihf.md)
- [\*-kmc-solid_\*](platform-support/kmc-solid.md)
- [x86_64-unknown-none](platform-support/x86_64-unknown-none.md)
- [Target Tier Policy](target-tier-policy.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Currently there is no support to run the rustc test suite for this target.

To test your developed rust programs for PlayStation Vita, first you have to prepare a proper executable for the device using the resulting ELF file you get from compilation step. The needed steps can be automated using tools like `cargo-make`. Use the example below as a template for your project:

```
```toml
[env]
TITLE = "Rust Hello World"
TITLEID = "RUST00001"
Expand Down

0 comments on commit d0f66aa

Please sign in to comment.