-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(lib): enums are now namespaced + refactor
See rust-lang/rust#18973 - The `linspace` and `logspace` functions have been moved into their own crate - The `color` module has been removed, the `Color` enum is now in the root of the crate - The following enums have been moved into the root of the crate: `Axis`, `Grid` and `Scale` - Renames: - `HorizontalPosition` -> `Horizontal` - `LeftJustified/RightJustified` -> `Justification::{Left, Right}` - `Vertical::Middle` -> `Vertical::Center` - `VerticalPosition` -> `Vertical` [breaking-change]
- Loading branch information
Jorge Aparicio
committed
Aug 19, 2016
1 parent
582e359
commit cd70314
Showing
11 changed files
with
338 additions
and
446 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,6 @@ authors = ["Jorge Aparicio <[email protected]>"] | |
|
||
[dev-dependencies.complex] | ||
git = "https://github.com/japaric/complex.rs" | ||
|
||
[dev-dependencies.space] | ||
git = "https://github.com/japaric/space.rs" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.