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



                                     
                




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

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