aboutsummaryrefslogtreecommitdiffstats
path: root/components/metrics/Cargo.toml
diff options
context:
space:
mode:
authorGeorg Streich <georg.streich@bluewin.ch>2018-01-15 16:25:51 +0100
committerGeorg Streich <georg.streich@bluewin.ch>2018-01-15 16:25:51 +0100
commit4b7cb2080e37a8992eb95824753829a36810522f (patch)
tree9a87378159b26d307444f561c28ef4fbc1cb2cc9 /components/metrics/Cargo.toml
parent75f39b42abc88a2597186fe845d2deaa15bdb6da (diff)
downloadservo-4b7cb2080e37a8992eb95824753829a36810522f.tar.gz
servo-4b7cb2080e37a8992eb95824753829a36810522f.zip
Decoupled gfx and metrics
Diffstat (limited to 'components/metrics/Cargo.toml')
-rw-r--r--components/metrics/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/metrics/Cargo.toml b/components/metrics/Cargo.toml
index 7a05ee9b132..af186366721 100644
--- a/components/metrics/Cargo.toml
+++ b/components/metrics/Cargo.toml
@@ -10,7 +10,6 @@ name = "metrics"
path = "lib.rs"
[dependencies]
-gfx = {path = "../gfx"}
gfx_traits = {path = "../gfx_traits"}
ipc-channel = "0.9"
log = "0.3.5"