roc/examples/gui/breakout/platform
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
..
src switch dbg arg ordering to make it backwards compatible 2023-12-02 21:18:32 -08:00
Action.roc Categorize breakout game as a GUI 2022-09-11 22:32:15 -06:00
build.rs update rust platform build.rs 2022-11-06 16:34:15 +01:00
Cargo.toml Stop using "rlib" 2024-01-16 22:36:10 -08:00
Elem.roc Categorize breakout game as a GUI 2022-09-11 22:32:15 -06:00
Game.roc Merge branch 'main' of github.com:roc-lang/roc into simplify_examples 2022-10-07 16:00:32 +02:00
host.c Categorize breakout game as a GUI 2022-09-11 22:32:15 -06:00
main.roc Categorize breakout game as a GUI 2022-09-11 22:32:15 -06:00