Fix windows build.

This commit is contained in:
Jason Lee 2024-07-18 23:29:22 +08:00
parent e4b9e008ba
commit e95971624e
2 changed files with 0 additions and 6 deletions

3
Cargo.lock generated
View file

@ -5689,12 +5689,9 @@ name = "ui"
version = "0.1.0"
dependencies = [
"anyhow",
"cocoa",
"gpui",
"image",
"log",
"objc",
"objc_id",
"once_cell",
"paste",
"raw-window-handle 0.6.2",

View file

@ -26,9 +26,6 @@ paste = "1"
once_cell = "1.19.0"
raw-window-handle = "0.6.2"
winit = "0.30.3"
objc = "0.2"
objc_id = "0.1"
cocoa = "0.25"
wry = "0"
[lints]