Skip to content

Instantly share code, notes, and snippets.

@metajack
Created August 1, 2014 16:11
Show Gist options
  • Save metajack/329dcf2d5203bff08e48 to your computer and use it in GitHub Desktop.
Save metajack/329dcf2d5203bff08e48 to your computer and use it in GitHub Desktop.
  • /
    • Cargo.toml
    • src/
      • main.rs
    • util/
      • Cargo.toml
      • src/
        • lib.rs
        • *.rs
    • gfx/
      • Cargo.toml
      • src/
        • lib.rs
        • *.rs
    • support/
      • rust-alert (submodule)
      • rust-azure (submodule)
      • ...
    • platform/
      • linux/
        • rust-xlib (submodule)
        • ...
@larsbergstrom
Copy link

So this flattens all of src/components to the toplevel?

Also, does this still use git submodule stuff, or the stuff built into Cargo for managing git & submodule pointers?

Where do build directories / outputs go?

Will there still be a top-level configure script for configurating all the stuffs, or does Cargo remove that?

@zwarich
Copy link

zwarich commented Aug 5, 2014

The extra src/ directories seem like a downgrade.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment