use petgraph::Graph for coloring reg alloc
was using nalgebra::DMatrix to implement a graph
... | ... | @@ -25,11 +25,11 @@ libloading = "0.3" |
lazy_static = "0.1.15" | ||
log = "0.3.5" | ||
simple_logger = "0.4.0" | ||
nalgebra = "0.8.2" | ||
hprof = "0.1.3" | ||
memmap = "0.4.0" | ||
memsec = "0.1.9" | ||
rustc-serialize = "*" | ||
time = "0.1.34" | ||
maplit = "0.1.4" | ||
docopt = "0.6" | ||
\ No newline at end of file | ||
docopt = "0.6" | ||
petgraph = "0.4.1" | ||
\ No newline at end of file |
Please register or sign in to comment