| Crates.io | cargo-psx |
| lib.rs | cargo-psx |
| version | 0.1.4 |
| created_at | 2022-05-02 06:31:28.900326+00 |
| updated_at | 2024-12-22 17:20:13.97213+00 |
| description | `cargo` wrapper for the Sony PlayStation 1 |
| homepage | |
| repository | https://github.com/ayrtonm/psx-sdk-rs |
| max_upload_size | |
| id | 578883 |
| size | 19,871 |
A cargo build wrapper for creating PlayStation 1 executables.
USAGE:
cargo-psx [build|check|run|test] [OPTIONS]
OPTIONS:
--cargo-args <CARGO_ARGS>
--clean
run `cargo clean` before the build subcommand
--debug
Ouputs an ELF with debug info
--elf
Outputs an ELF
--features <FEATURES>
Enables the listed features
-h, --help
Print help information
--link <LINK>
Specifies a custom linker script to use
--load-offset <LOAD_OFFSET>
Adds a load offset to the executable
--lto
Enables link-time optimization and sets codegen units to 1
--small
Sets opt-level=s to optimize for size
--stack-pointer <STACK_POINTER>
Sets the initial stack pointer
--toolchain <TOOLCHAIN>
Sets the rustup toolchain (defaults to `nightly`)