Skip to content

Find a better way to organize the example(s) #6

@parasyte

Description

@parasyte

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions