diff options
author | Georg Streich <georg.streich@bluewin.ch> | 2018-01-15 16:25:51 +0100 |
---|---|---|
committer | Georg Streich <georg.streich@bluewin.ch> | 2018-01-15 16:25:51 +0100 |
commit | 4b7cb2080e37a8992eb95824753829a36810522f (patch) | |
tree | 9a87378159b26d307444f561c28ef4fbc1cb2cc9 /components/metrics/Cargo.toml | |
parent | 75f39b42abc88a2597186fe845d2deaa15bdb6da (diff) | |
download | servo-4b7cb2080e37a8992eb95824753829a36810522f.tar.gz servo-4b7cb2080e37a8992eb95824753829a36810522f.zip |
Decoupled gfx and metrics
Diffstat (limited to 'components/metrics/Cargo.toml')
-rw-r--r-- | components/metrics/Cargo.toml | 1 |
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" |