-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use app_dirs to determine prefs location, harden resolution of prefer…
…ences keys to file paths
- Loading branch information
1 parent
1251b99
commit 43c1f8b
Showing
3 changed files
with
58 additions
and
174 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 = "preferences" | ||
version = "0.5.0" | ||
version = "0.6.0" | ||
authors = ["Andy Barron <[email protected]>"] | ||
|
||
description = "Read and write user-specific application data (in stable Rust)" | ||
|
@@ -11,8 +11,5 @@ keywords = ["preferences", "user", "data", "persistent", "storage"] | |
license = "MIT" | ||
|
||
[dependencies] | ||
# TODO conditional dependencies once Rust 1.8.0 hits stable | ||
rustc-serialize = "^0.3.18" | ||
winapi = "^0.2.5" | ||
ole32-sys = "^0.2.0" | ||
shell32-sys = "^0.1.1" | ||
app_dirs = "^0.1.0" | ||
rustc-serialize = "^0.3.19" |
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