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



                                     
                
 


                    



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

[features]
virtio-gpu-next = []

[dependencies]
data_model = { path = "../data_model" }
libc = "*"
sys_util = { path = "../sys_util" }