xilem/Cargo.toml

26 lines
795 B
TOML
Raw Normal View History

[package]
name = "xilem"
version = "0.1.0"
edition = "2021"
# This is just a bin for now but will be a lib + examples soon
[dependencies]
glazier = { git = "https://github.com/linebender/glazier" }
piet-gpu-hal = { git = "https://github.com/linebender/piet-gpu" }
piet-gpu = { git = "https://github.com/linebender/piet-gpu" }
piet-scene = { git = "https://github.com/linebender/piet-gpu", features = ["kurbo"] }
raw-window-handle = "0.5"
png = "0.16.2"
rand = "0.7.3"
roxmltree = "0.13"
swash = "0.1.4"
bytemuck = { version = "1.7.2", features = ["derive"] }
parley = { git = "https://github.com/dfrg/parley" }
tokio = { version = "1.21", features = ["full"] }
futures-task = "0.3"
bitflags = "1.3.2"
[patch."https://github.com/dfrg/fount"]
fount = { git = "https://github.com/jneem/fount" }