summary refs log blame commit diff
path: root/devices/Cargo.toml
blob: 404efb015399ca70484ee39f20272cbb093ffcef (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 }
libc = "*"
io_jail = { path = "../io_jail" }
net_sys = { path = "../net_sys" }
net_util = { path = "../net_util" }
p9 = { path = "../p9" }
resources = { path = "../resources" }
sys_util = { path = "../sys_util" }
vhost = { path = "../vhost" }
virtio_sys = { path = "../virtio_sys" }
vm_control = { path = "../vm_control" }