Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Aug 29, 2024
1 parent 35dcade commit 45c3d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter", "json"] }
chrono = "0.4.38"
crash-handler = "0.6.2"
urlencoding = "2.1.3"
core-graphics-helmer-fork = "0.24.0"


# Linux
Expand Down Expand Up @@ -78,6 +77,7 @@ cocoa = "0.25.0"
screencapturekit = { version = "0.2.8", features = ["ci"] }
screencapturekit-sys = "0.2.8"
objc_id = "0.1"
core-graphics-helmer-fork = "0.24.0"

[features]
default = ["custom-protocol"]
Expand Down

1 comment on commit 45c3d05

@B-Interactive
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aha! This is why I couldn't compile from the 2.5.1 source. I thought I was doing something wrong 😓

Building instead from the latest commit (bfa7a94) was successful.

Please sign in to comment.