summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock1
-rw-r--r--resources/Cargo.toml1
2 files changed, 0 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 6821047..a8ef1c9 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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",
diff --git a/resources/Cargo.toml b/resources/Cargo.toml
index c563d20..510e9ca 100644
--- a/resources/Cargo.toml
+++ b/resources/Cargo.toml
@@ -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" }