Skip to content

Commit e4154ca

Browse files
committed
feat: incorrect deps
1 parent 01ab288 commit e4154ca

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Cargo.lock

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55

66
[dependencies]
77
cocoa = "0.26.0"
8-
iced = {path = "/Users/huaxin/my_projects/iced", features = ["tokio","image"]}
8+
iced = {git = "https://github.com/iced-rs/iced.git", features = ["tokio","image"]}
99
core-foundation = "0.9.3"
1010
core-graphics = "0.23.1"
1111
objc = "0.2.7"

0 commit comments

Comments
 (0)