vertexclique / tokamak

Fusion Reactor for Rust - Atom Rust IDE
https://vertexclique.github.io/tokamak/
MIT License
399 stars 13 forks source link

Rustup integration #62

Closed mxmind closed 7 years ago

mxmind commented 8 years ago

Please add support of rustup.rs instead of multirust.

zmanian commented 8 years ago

I'm using rustup just fine with tokamak. We added support some time ago. What problem are you having?

mxmind commented 8 years ago

I'm assuming, it would be great to have some handy UI to work with rust toolchains using rustup commands. Having of some configuration to define release channels, checking new updates would be awesome. Also, adding/removing targets, list of installed targets, switching between them will be really cool stuff.

zmanian commented 8 years ago

You can switch toolchains right now inside tokamak via rustup.

Other features could be added pretty easily

PAStheLoD commented 7 years ago

So, does tokamak require the multirust executable in a rustup environment? Because it currently doesn't auto-detect rustup.

vertexclique commented 7 years ago

Problems with rustup fixed. In upcoming release you can use rustup.

vertexclique commented 7 years ago

0.3.2 released. Update it please. 😊