From 228e4a6a91ea2972b2443d3959c14d862a23c358 Mon Sep 17 00:00:00 2001 From: Dylan Reid Date: Thu, 7 Jun 2018 15:42:41 -0700 Subject: Move gpu allocator to resources Combine GPU buffer allocation with the system resource allocator making life easier as only one allocator needs to get passed to the execute function. Change-Id: I199eb0fd6b99b629aaec1ae3295e8a1942da5309 Signed-off-by: Dylan Reid Reviewed-on: https://chromium-review.googlesource.com/1099856 --- devices/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'devices/src/lib.rs') diff --git a/devices/src/lib.rs b/devices/src/lib.rs index 7ef8af2..7e3df35 100644 --- a/devices/src/lib.rs +++ b/devices/src/lib.rs @@ -10,6 +10,7 @@ extern crate io_jail; extern crate libc; extern crate net_sys; extern crate net_util; +extern crate resources; #[macro_use] extern crate sys_util; extern crate vhost; -- cgit 1.4.1