overdrivenpotato / rust-psp

Rust on PSP. Panic and allocation support. Access PSP system libraries.
Other
588 stars 31 forks source link

restructure workspace #132

Closed zetanumbers closed 2 months ago

zetanumbers commented 1 year ago

Allow examples and any other psp crate to share compiler artifacts to reduce build time and disk usage. cargo-psp is excluded since use different rustc parameters for psp and native builds, triggering a whole rebuild when native and psp builds are interleaved.

zetanumbers commented 1 year ago

Any more issues with this PR?

sajattack commented 1 year ago

@overdrivenpotato kick the CI please.