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



                                     
                
 


                          
              

                                                        
                                       
                                   
[package]
name = "resources"
version = "0.1.0"
authors = ["The Chromium OS Authors"]
edition = "2018"

[features]
wl-dmabuf = ["gpu_buffer"]

[dependencies]
gpu_buffer = { path = "../gpu_buffer", optional = true }
libc = "*"
msg_socket = { path = "../msg_socket" }
sys_util = { path = "../sys_util" }