mirror of
https://github.com/servo/servo.git
synced 2025-09-07 05:28:21 +01:00
refactor(build): generate revision via build.rs
This commit is contained in:
parent
0671fcb5c7
commit
f9230975f5
4 changed files with 70 additions and 32 deletions
|
@ -4,6 +4,7 @@ version = "0.0.1"
|
|||
authors = ["The Servo Project Developers"]
|
||||
license = "MPL-2.0"
|
||||
publish = false
|
||||
build = "build.rs"
|
||||
|
||||
[lib]
|
||||
name = "compositing"
|
||||
|
@ -29,3 +30,6 @@ style_traits = {path = "../style_traits"}
|
|||
time = "0.1.17"
|
||||
webrender = {git = "https://github.com/servo/webrender", features = ["capture"]}
|
||||
webrender_api = {git = "https://github.com/servo/webrender", features = ["ipc"]}
|
||||
|
||||
[build-dependencies]
|
||||
toml = "0.4.5"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue