Skip to content
This repository has been archived by the owner on Dec 30, 2020. It is now read-only.

Commit

Permalink
build: Fix gtk dependency versions to remove cvec inclusion bug
Browse files Browse the repository at this point in the history
Fixes #6
  • Loading branch information
qdot committed Mar 4, 2017
1 parent 2286d4b commit d925438
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,18 @@ keywords = ["gui"]

[dependencies]
log="0.3"
gtk="0.1"
glib="0.1"
libappindicator="0.2"

[target.'cfg(target_os = "windows")'.dependencies]
winapi="0.2"
user32-sys="0.2"
kernel32-sys="0.2"
libc="0.2"

[target.'cfg(target_os = "linux")'.dependencies]
gtk="^0.1.2"
glib="^0.1.2"
libappindicator="0.2"

# [target.'cfg(target_os = "macos")'.dependencies]
# objc="*"
# cocoa="*"
Expand Down

0 comments on commit d925438

Please sign in to comment.