resources: data_model is not used, don't depend on it

Signed-off-by: Dylan Reid <dgreid@chromium.org>
Change-Id: I7bbef003a77aae7303940ef183de14950e47453b
Reviewed-on: https://chromium-review.googlesource.com/1403893
Commit-Ready: ChromeOS CL Exonerator Bot <chromiumos-cl-exonerator@appspot.gserviceaccount.com>
Reviewed-by: David Tolnay <dtolnay@chromium.org>
Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
This commit is contained in:
Dylan Reid 2019-01-10 01:55:35 +00:00 committed by chrome-bot
parent 8f701dc344
commit f3d39e2f1b
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View file

@ -396,7 +396,6 @@ dependencies = [
name = "resources"
version = "0.1.0"
dependencies = [
"data_model 0.1.0",
"gpu_buffer 0.1.0",
"libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
"msg_socket 0.1.0",

View file

@ -7,7 +7,6 @@ authors = ["The Chromium OS Authors"]
wl-dmabuf = ["gpu_buffer"]
[dependencies]
data_model = { path = "../data_model" }
gpu_buffer = { path = "../gpu_buffer", optional = true }
libc = "*"
sys_util = { path = "../sys_util" }