@@ -40,7 +40,7 @@ etagere = "0.2"
4040futures.workspace = true
4141font-kit = { git = " https://github.com/zed-industries/font-kit" , rev = " 5a5c4d4" }
4242gpui_macros.workspace = true
43- image = " 0.23 "
43+ image = " 0.25 "
4444itertools.workspace = true
4545lazy_static.workspace = true
4646linkme = " 0.3"
@@ -54,7 +54,7 @@ profiling.workspace = true
5454rand.workspace = true
5555raw-window-handle = " 0.6"
5656refineable.workspace = true
57- resvg = " 0.14 "
57+ resvg = " 0.40 "
5858schemars.workspace = true
5959seahash = " 4.1"
6060serde.workspace = true
@@ -67,8 +67,6 @@ sum_tree.workspace = true
6767taffy = { git = " https://github.com/DioxusLabs/taffy" , rev = " 1876f72bee5e376023eaa518aa7b8a34c769bd1b" }
6868thiserror.workspace = true
6969time.workspace = true
70- tiny-skia = " 0.5"
71- usvg = { version = " 0.14" , features = [] }
7270util.workspace = true
7371uuid = { version = " 1.1.2" , features = [" v4" , " v5" ] }
7472waker-fn = " 1.1.0"
@@ -78,7 +76,7 @@ backtrace = "0.3"
7876collections = { workspace = true , features = [" test-support" ] }
7977util = { workspace = true , features = [" test-support" ] }
8078
81- [build-dependencies ]
79+ [target . 'cfg(target_os = "macos")' . build-dependencies ]
8280bindgen = " 0.65.1"
8381cbindgen = " 0.26.0"
8482
@@ -101,26 +99,26 @@ blade-graphics.workspace = true
10199blade-macros.workspace = true
102100blade-rwh.workspace = true
103101bytemuck = " 1"
104- cosmic-text = " 0.10.0 "
102+ cosmic-text = " 0.11.2 "
105103copypasta = " 0.10.1"
106104
107105[target .'cfg(target_os = "linux")' .dependencies ]
108- open = " 5.0.1"
109- ashpd = " 0.7.0"
110- x11rb = { version = " 0.13.0" , features = [" allow-unsafe-code" , " xkb" , " randr" ] }
106+ as-raw-xcb-connection = " 1"
107+ ashpd = " 0.8.0"
108+ calloop = " 0.12.4"
109+ calloop-wayland-source = " 0.2.0"
110+ wayland-backend = { version = " 0.3.3" , features = [" client_system" ] }
111111wayland-client = { version = " 0.31.2" }
112112wayland-cursor = " 0.31.1"
113113wayland-protocols = { version = " 0.31.2" , features = [
114114 " client" ,
115115 " staging" ,
116116 " unstable" ,
117117] }
118- wayland-backend = { version = " 0.3.3" , features = [" client_system" ] }
119- xkbcommon = { version = " 0.7" , features = [" wayland" , " x11" ] }
120- as-raw-xcb-connection = " 1"
121- calloop = " 0.12.4"
122- calloop-wayland-source = " 0.2.0"
123118oo7 = " 0.3.0"
119+ open = " 5.1.2"
120+ x11rb = { version = " 0.13.0" , features = [" allow-unsafe-code" , " xkb" , " randr" ] }
121+ xkbcommon = { version = " 0.7" , features = [" wayland" , " x11" ] }
124122
125123[target .'cfg(windows)' .dependencies ]
126124windows.workspace = true
0 commit comments