1[package]
2authors = ["Nathan Sobo <nathansobo@gmail.com>"]
3edition = "2018"
4name = "gpui"
5version = "0.1.0"
6
7[dependencies]
8arrayvec = "0.7.1"
9async-task = "4.0.3"
10backtrace = "0.3"
11ctor = "0.1"
12etagere = "0.2"
13gpui_macros = { path = "../gpui_macros" }
14image = "0.23"
15lazy_static = "1.4.0"
16log = "0.4"
17num_cpus = "1.13"
18ordered-float = "2.1.1"
19parking = "2.0.0"
20parking_lot = "0.11.1"
21pathfinder_color = "0.5"
22pathfinder_geometry = "0.5"
23postage = { version = "0.4.1", features = ["futures-traits"] }
24rand = "0.8.3"
25resvg = "0.14"
26seahash = "4.1"
27serde = { version = "1.0.125", features = ["derive"] }
28serde_json = "1.0.64"
29smallvec = { version = "1.6", features = ["union"] }
30smol = "1.2"
31time = { version = "0.3" }
32tiny-skia = "0.5"
33tree-sitter = "0.19"
34usvg = "0.14"
35waker-fn = "1.1.0"
36
37[build-dependencies]
38bindgen = "0.58.1"
39cc = "1.0.67"
40
41[dev-dependencies]
42env_logger = "0.8"
43png = "0.16"
44simplelog = "0.9"
45
46[target.'cfg(target_os = "macos")'.dependencies]
47anyhow = "1"
48block = "0.1"
49cocoa = "0.24"
50core-foundation = "0.9"
51core-graphics = "0.22.2"
52core-text = "19.2"
53font-kit = { git = "https://github.com/zed-industries/font-kit", rev = "8eaf7a918eafa28b0a37dc759e2e0e7683fa24f1" }
54foreign-types = "0.3"
55log = "0.4"
56metal = "0.21.0"
57objc = "0.2"