cargo-psx

Crates.iocargo-psx
lib.rscargo-psx
version0.1.4
created_at2022-05-02 06:31:28.900326+00
updated_at2024-12-22 17:20:13.97213+00
description`cargo` wrapper for the Sony PlayStation 1
homepage
repositoryhttps://github.com/ayrtonm/psx-sdk-rs
max_upload_size
id578883
size19,871
Ayrton Muñoz (ayrtonm)

documentation

README

cargo-psx

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`)
Commit count: 724

cargo fmt