Skip to content

Commit

Permalink
dmi library
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohesie committed Nov 11, 2020
1 parent e056ecd commit 50cd397
Show file tree
Hide file tree
Showing 12 changed files with 1,259 additions and 528 deletions.
126 changes: 75 additions & 51 deletions Cargo.lock

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

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ edition = "2018"
[dependencies]
image = "0.23.6"
yaml-rust = "0.4.4"
lodepng = "3.2.1"
inflate = "0.4.5"
deflate = "0.8.6"
dont_disappear = "3.0.1"
thiserror = "1.0.22"
anyhow = "1.0.34"
4 changes: 2 additions & 2 deletions examples/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@
#south_start = 16


## Defaults to 32.
## Defaults to icon_size_x.

#east_end = 32


## Defaults to 32.
## Defaults to icon_size_y.

#south_end = 32

Expand Down
Loading

0 comments on commit 50cd397

Please sign in to comment.