summary refs log tree commit diff
path: root/resources/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/Cargo.toml')
-rw-r--r--resources/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/Cargo.toml b/resources/Cargo.toml
index 0226b65..d7458b9 100644
--- a/resources/Cargo.toml
+++ b/resources/Cargo.toml
@@ -10,5 +10,5 @@ wl-dmabuf = ["gpu_buffer"]
 [dependencies]
 gpu_buffer = { path = "../gpu_buffer", optional = true }
 libc = "*"
-sys_util = { path = "../sys_util" }
 msg_socket = { path = "../msg_socket" }
+sys_util = { path = "../sys_util" }