summary refs log blame commit diff
path: root/devices/Cargo.toml
blob: 8ed200d6f6d95fa94cd22bfe02b962b940da8905 (plain) (tree)
1
2
3
4
5
6
7
8
9




                                     

              
                                                   
 


                                       


                                                            
                         
          
                                       
                                 

                                   
                       
                                     
                           



                                       
[package]
name = "devices"
version = "0.1.0"
authors = ["The Chromium OS Authors"]

[features]
wl-dmabuf = []
gpu = ["gpu_buffer", "gpu_display", "gpu_renderer"]

[dependencies]
byteorder = "*"
data_model = { path = "../data_model" }
gpu_buffer = { path = "../gpu_buffer", optional = true }
gpu_display = { path = "../gpu_display", optional = true }
gpu_renderer = { path = "../gpu_renderer", optional = true }
kvm = { path = "../kvm" }
libc = "*"
msg_socket = { path = "../msg_socket" }
io_jail = { path = "../io_jail" }
net_sys = { path = "../net_sys" }
net_util = { path = "../net_util" }
p9 = { path = "../p9" }
resources = { path = "../resources" }
sync = { path = "../sync" }
sys_util = { path = "../sys_util" }
vhost = { path = "../vhost" }
virtio_sys = { path = "../virtio_sys" }
vm_control = { path = "../vm_control" }