-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8e792be
commit 7a2e53c
Showing
15 changed files
with
436 additions
and
429 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "fltk-theme" | ||
version = "0.4.2" | ||
version = "0.5.0" | ||
authors = ["MoAlyousef <[email protected]>"] | ||
edition = "2018" | ||
description = "A theming crate for fltk-rs" | ||
|
@@ -13,9 +13,11 @@ license = "MIT" | |
exclude = ["/screenshots", "./examples"] | ||
|
||
[dependencies] | ||
fltk = "1.2.7" | ||
fltk = "1.3.6" | ||
lazy_static = "1.4" | ||
color-maps = "0.1" | ||
|
||
[target.'cfg(target_os = "macos")'.dependencies] | ||
cocoa-colors = "0.1.2" | ||
cocoa-colors = { version = "0.1.2", optional = true } | ||
|
||
[dev-dependencies] | ||
color-maps = "0.1" |
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 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.
Oops, something went wrong.