This repository has been archived by the owner on Dec 9, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Nov 19, 2014
1 parent
8d6f127
commit 4253d31
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
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.