You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using rls with the cargo-n64 repo sucks because it contains code for the native machine (e.g. cargo-n64 runs on macOS, Linux, or Windows) and the examples, which only run on N64. This bifurcation causes rls to barf with unsavory errors when the example code is opened in an IDE.
Available options:
Split examples into a new repo with its own rls.toml config for the N64 target (and revert the Cargo workspace)
Move examples to rrt0 (otherwise same as above)
Try to hax rls to be aware of architecture-specific crates in a workspace?
The text was updated successfully, but these errors were encountered:
Using
rls
with thecargo-n64
repo sucks because it contains code for the native machine (e.g.cargo-n64
runs on macOS, Linux, or Windows) and the examples, which only run on N64. This bifurcation causesrls
to barf with unsavory errors when the example code is opened in an IDE.Available options:
rls.toml
config for the N64 target (and revert the Cargo workspace)rrt0
(otherwise same as above)rls
to be aware of architecture-specific crates in a workspace?The text was updated successfully, but these errors were encountered: