roc/crates/glue
Brendan Hansknecht f9c0d54688
Stop using "rlib"
I don't know if this matters at all, but I don't think we should use "rlib".
The [rust docs](https://doc.rust-lang.org/reference/linkage.html) suggest using "lib" by default.
"lib" probably just aliases to "rlib", but it lets the compiler pick what it wants.
I don't think this will fix anything, but I am half hopeful it will somehow fix #6121.
2024-01-16 22:36:10 -08:00
..
platform Use List.walkWithIndex in some places 2023-08-15 02:29:25 -04:00
src Merge branch 'main' of github.com:roc-lang/roc into clippy-1.74 2023-12-25 17:05:37 +01:00
static Have RustGlue bundle roc_std 2023-06-26 09:48:27 -04:00
templates REVERT ME - add some debug info 2022-11-16 17:07:04 -05:00
tests Stop using "rlib" 2024-01-16 22:36:10 -08:00
Cargo.toml Add --output to build, default to app filename 2023-10-19 20:42:28 -04:00