Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Nov 20, 2024
1 parent 719fd93 commit e80132b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,15 @@ serde_json = "1.0.133"
[features]
custom-protocol = ["tauri/custom-protocol"]

default = []
Debug = ["unbug/enable"]

[target."cfg(windows)".dependencies]
winapi = { version = "0.3.9", features = ["shellscalingapi"] }

[[bin]]
name = "Build"
path = "build.rs"

[dependencies]
unbug = { version = "0.2.0", features = ["enable"] }

0 comments on commit e80132b

Please sign in to comment.