Unnamed repository; edit this file 'description' to name the repository.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[package]
name = "helix-ui"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
helix-view = { version = "0.6", path = "../helix-view", features = ["ui"] }
# femtovg = { path = "../../femtovg" }
# femtovg = "0.3.3"
winit = { version = "0.26.1", default-features = false, features = ["wayland"] } # TODO: figure out wayland-dlopen
resource = "0.5.0"
image = { version = "0.24.0", default-features = false, features = ["jpeg", "png"] }
console_error_panic_hook = "0.1.7"
glutin = "0.28.0"
instant = "0.1.12"

# swash = "0.1.4"
swash = { git = "https://github.com/dfrg/swash" }
# parley = { git = "https://github.com/dfrg/parley" }
parley = { path = "../../parley" }

lyon = "0.17.10"

wgpu = "0.12"
pollster = "0.2"
glam = "0.20"
env_logger = "0.6"
bytemuck = { version = "1.9.1", features = ["derive"] }