Skip to content

Commit

Permalink
Merge pull request #18 from Marko19907/feature/9-persistent-settings
Browse files Browse the repository at this point in the history
Persistent settings
  • Loading branch information
Marko19907 authored Feb 2, 2024
2 parents dd35697 + 7345a5c commit 7c09db5
Show file tree
Hide file tree
Showing 9 changed files with 391 additions and 94 deletions.
159 changes: 99 additions & 60 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@ ProductName = "OLEDShift"
ProductVersion = "1.1.1"

[build-dependencies]
winresource = "0.1.16"
winresource = "0.1.17"

[dependencies]
lazy_static = "1.4.0"
libloading = "0.8"
native-windows-gui = { version = "1.0.13", features = ["notice", "high-dpi", "number-select"]}
native-windows-gui = { version = "1.0.13", features = ["notice", "high-dpi", "number-select"] }
rand = "0.8"
winapi = { version = "0.3", features = ["winuser", "shellapi"] }
winapi = { version = "0.3", features = ["winuser", "shellapi", "windef", "minwindef", "basetsd"] }
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
Loading

0 comments on commit 7c09db5

Please sign in to comment.