mirror of
https://github.com/servo/servo.git
synced 2025-06-24 17:14:33 +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]
|
||||
name = "geckoservo"
|
||||
path = "lib.rs"
|
||||
crate-type = ["staticlib"]
|
||||
crate-type = ["staticlib", "rlib"]
|
||||
|
||||
[dependencies]
|
||||
app_units = "0.3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue