mirror of
https://github.com/servo/servo.git
synced 2025-06-25 01:24:37 +01:00
Add rlib type for linking inside of the Rust staticlib in Gecko
This commit is contained in:
parent
b98c17fab5
commit
04d4ce671f
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ license = "MPL-2.0"
|
||||||
[lib]
|
[lib]
|
||||||
name = "geckoservo"
|
name = "geckoservo"
|
||||||
path = "lib.rs"
|
path = "lib.rs"
|
||||||
crate-type = ["staticlib"]
|
crate-type = ["staticlib", "rlib"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
app_units = "0.3"
|
app_units = "0.3"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue