mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Move build.rs along with the other Servo files from components to ports
This commit is contained in:
parent
696b806284
commit
d05114f66d
3 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,6 @@ name = "libservo"
|
||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
authors = ["The Servo Project Developers"]
|
authors = ["The Servo Project Developers"]
|
||||||
license = "MPL-2.0"
|
license = "MPL-2.0"
|
||||||
build = "build.rs"
|
|
||||||
publish = false
|
publish = false
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
|
|
|
@ -4,6 +4,7 @@ name = "servo"
|
||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
authors = ["The Servo Project Developers"]
|
authors = ["The Servo Project Developers"]
|
||||||
license = "MPL-2.0"
|
license = "MPL-2.0"
|
||||||
|
build = "build.rs"
|
||||||
publish = false
|
publish = false
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue