Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
MoAlyousef committed Mar 31, 2023
1 parent df21f74 commit a50d782
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "fltk-theme"
version = "0.6.0"
version = "0.7.0"
authors = ["MoAlyousef <[email protected]>"]
edition = "2018"
edition = "2021"
description = "A theming crate for fltk-rs"
repository = "https://github.com/fltk-rs/fltk-theme"
documentation = "https://docs.rs/fltk-theme"
Expand All @@ -13,11 +13,11 @@ license = "MIT"
exclude = ["/screenshots", "./examples"]

[dependencies]
fltk = "1.3.17"
fltk = "1.4.0"
lazy_static = "1.4"

[target.'cfg(target_os = "macos")'.dependencies]
cocoa-colors = { version = "0.1.2", optional = true }

[dev-dependencies]
color-maps = "0.1"
color-maps = "0.1"

0 comments on commit a50d782

Please sign in to comment.