pros-rs icon indicating copy to clipboard operation
pros-rs copied to clipboard

refactor: link libpros through pros-sys

Open Tropix126 opened this issue 1 year ago • 0 comments

Describe the changes this PR makes. Why should it be merged?

Removes the dependency on libpros.a in our target spec, instead opting to link through pros_sys only. I've kept libc for now as a target dependency, since we might want to eventually switch to the libc crate rather than forward declaring them in pros_sys.

Additional Context

We'll need to update the target spec in cargo-pros too.

Tropix126 avatar Feb 04 '24 09:02 Tropix126