Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wiiznokes committed Jan 28, 2024
1 parent 6d883f6 commit 810286f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ keywords = ["fan-control", "lhm", "lmsensors", "sensors", "iced-app"]

[package]
name = "fan-control"
version = "0.1.1 "
version = "0.1.1"
description = "Control your fans with different behaviors"
exclude = ["/.*", "justfile", "LICENCE"]
categories = ["command-line-utilities"]
Expand Down
3 changes: 0 additions & 3 deletions DEV.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,11 @@

## Todo/upgradable parts

- add cargo-packager a way to localize resource: done but not merged
- add app icon on windows, with cargo packager (nsis)
- add resource folder only for nsis
- return error from the windows server
- stop windows server with a command: implemented but could be improved with taking app state back
- get app_state back when we close the ui
- pop up when closing
- serialize graph like that:
```toml
[[Graph]]
Expand All @@ -41,7 +39,6 @@
]
```
- make a similar crate of https://github.com/mxre/winres, but with no dependencies. This will add an icon to .exe on Windows https://github.com/crabnebula-dev/cargo-packager/issues/107
- find out how to do blocking operation on the command pool of Iced, without blocking the thread
- support const value in trait that use enum_dispatch
- fix the time_stamp of env_logger
- pop when leaving the app, to save the current config or auto create temp config
Expand Down

0 comments on commit 810286f

Please sign in to comment.