aboutsummaryrefslogtreecommitdiffstats
path: root/ports/libmlservo/Cargo.toml
blob: 3ab604bf2f8a4651cac53197b8f283f1d51e5bb5 (plain) (blame)
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
[package]
name = "libmlservo"
version = "0.0.1"
authors = ["The Servo Project Developers"]
license = "MPL-2.0"
edition = "2018"
publish = false

[lib]
name = "mlservo"
crate-type = ["staticlib"]
test = false
bench = false

[features]
egl = ["simpleservo/egl"]
layout-2013 = ["simpleservo/layout-2013"]
layout-2020 = ["simpleservo/layout-2020"]

[dependencies]
libc = { workspace = true }
libservo = { path = "../../components/servo", features = ["no_static_freetype"] }
log = { workspace = true }
servo-egl = "0.2"
simpleservo = { path = "../libsimpleservo/api", features = ["no_static_freetype"] }
smallvec = { workspace = true }
webxr = { git = "https://github.com/servo/webxr", features = ["ipc", "magicleap"] }
webxr-api = { git = "https://github.com/servo/webxr", features = ["ipc"] }