mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 08:34:33 +00:00
Fix sorting by vendoring the pathfinding crate.
This commit is contained in:
parent
e3e92b56fb
commit
00a02d597a
8 changed files with 507 additions and 143 deletions
|
@ -6,7 +6,7 @@ pub mod operator;
|
|||
pub mod region;
|
||||
pub mod canonicalize;
|
||||
pub mod collections;
|
||||
// mod ena;
|
||||
mod graph;
|
||||
|
||||
// #[macro_use]
|
||||
// extern crate log;
|
||||
|
@ -18,6 +18,5 @@ extern crate im_rc;
|
|||
extern crate fraction;
|
||||
extern crate num;
|
||||
extern crate fxhash;
|
||||
extern crate pathfinding;
|
||||
|
||||
#[macro_use] extern crate combine;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue