Skip to content

Commit 719aa6e

Browse files
committed
add debian depends to bundle
1 parent b0c93e8 commit 719aa6e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,10 @@ icon = ["./icons/install.png"]
3838
copyright = "Copyright (c) hacknus 2025. All rights reserved."
3939
category = "Developer Tool"
4040
short_description = "Serial Monitor and Plotter written in rust."
41+
long_description = "Serial Monitor and Plotter written in rust. Interface with serial devices with the ability to log to a file and plot the data."
4142
osx_minimum_system_version = "10.8"
4243
osx_url_schemes = ["com.hacknus.serial_monitor"]
44+
deb_depends = ["libxcb-render0-dev", "libxcb-shape0-dev", "libxcb-xfixes0-dev", "libxkbcommon-dev", "libssl-dev"]
4345

4446
[package.metadata.wix]
4547
dbg-build = false

0 commit comments

Comments
 (0)