servo/ports/libmlservo/Cargo.toml
2019-03-04 12:43:49 -05:00

21 lines
452 B
TOML

[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
[dependencies]
libservo = { path = "../../components/servo", features = ["no_static_freetype"] }
simpleservo = { path = "../libsimpleservo/api", features = ["no_static_freetype"] }
log = "0.4"
servo-egl = "0.2"
smallvec = "0.6"