Skip to content

Commit

Permalink
fix: update xmodits-lib to include fix for downsampling bug
Browse files Browse the repository at this point in the history
  • Loading branch information
B0ney committed Dec 30, 2023
1 parent b1f1483 commit f7282d8
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 17 deletions.
41 changes: 25 additions & 16 deletions Cargo.lock

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

10 changes: 9 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ chrono = { version = "0.4", features = ["serde"] }

[workspace.dependencies.xmodits-lib]
git = "https://github.com/B0ney/xmodits-lib.git"
rev = "78675a3"
rev = "831b8e9"
features = ["serde"]

[dependencies.iced]
Expand Down Expand Up @@ -88,6 +88,14 @@ static_vcruntime = "2"
OriginalFilename = "XMODITS.EXE"
Comments = "This software is licensed under GPLv3. You can obtain the source code here: https://github.com/B0ney/xmodits/"

[package.metadata.appimage]
auto_link = true
auto_link_exclude_list = [
"libc.so*",
"libdl.so*",
"libpthread.so*",
]

[profile.dev]
split-debuginfo = "packed"
incremental = true
Expand Down

0 comments on commit f7282d8

Please sign in to comment.