mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
21 lines
452 B
TOML
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"
|
|
|