mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Undo deletion of ports/libmlservo/Cargo.toml
This commit is contained in:
parent
62f924c74d
commit
545c8a0ded
1 changed files with 28 additions and 0 deletions
28
ports/libmlservo/Cargo.toml
Normal file
28
ports/libmlservo/Cargo.toml
Normal file
|
@ -0,0 +1,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"] }
|
Loading…
Add table
Add a link
Reference in a new issue