• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[package]
2name = "rutabaga_gfx"
3version = "0.1.0"
4authors = ["The Chromium OS Authors"]
5edition = "2018"
6
7[features]
8gfxstream = []
9virgl_renderer = []
10virgl_renderer_next = []
11minigbm = []
12# To try out Vulkano, delete the following line and uncomment the line in "dependencies".  vulkano
13# features are just a prototype and not integrated yet into the ChromeOS build system.
14vulkano = []
15
16[dependencies]
17data_model = { path = "../data_model" }
18libc = "*"
19base = { path = "../base" }
20sync = { path = "../sync" }
21#vulkano = {git = "https:/github.com/vulkano-rs/vulkano.git", optional = true}
22