Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove num crate dependency #753

Open
mitchmindtree opened this issue Jul 29, 2016 · 1 comment
Open

Remove num crate dependency #753

mitchmindtree opened this issue Jul 29, 2016 · 1 comment

Comments

@mitchmindtree
Copy link
Contributor

The num crate is only used for a handful of cases in conrod, primarily within the utils.rs module.

It would be nice if we could drop this dependency in favour of writing our own more minimal, use-case-specific traits.

Perhaps if necessary, we could switch to depend on the num-traits crate in the meantime.

@bvssvni
Copy link
Member

bvssvni commented Jul 31, 2016

This is used by some Piston libraries https://github.com/pistondevelopers/float

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

No branches or pull requests

2 participants