blob: 0462f42e1b3feaf9a988a6cb39db6fa386e3feac [file] [log] [blame]
Zach Reizner20d71f82018-05-03 13:19:37 -07001[package]
2name = "gpu_display"
3version = "0.1.0"
4authors = ["The Chromium OS Authors"]
David Tolnaye40a7f32019-03-12 20:53:14 -07005edition = "2018"
Zach Reizner20d71f82018-05-03 13:19:37 -07006
Zach Reiznerf5285c62019-04-16 15:09:20 -07007[features]
8x = []
9
Zach Reizner20d71f82018-05-03 13:19:37 -070010[dependencies]
Dennis Kempin8a1c50d2021-10-27 11:04:03 -070011data_model = { path = "../common/data_model" }
Zach Reizner20d71f82018-05-03 13:19:37 -070012libc = "*"
Dennis Kempin8a1c50d2021-10-27 11:04:03 -070013base = { path = "../common/base" }
Noah Gold7898b802019-12-17 10:07:11 -080014linux_input_sys = { path = "../linux_input_sys" }
Daniel Verkampc3f54692021-08-18 14:22:12 -070015remain = "*"
16thiserror = "*"
Zach Reizner20d71f82018-05-03 13:19:37 -070017
18[build-dependencies]
paulhsiab6d842f2019-01-18 20:00:36 +080019cc = "=1.0.25"
Robert Tarasov3cfec9e2021-02-01 16:33:40 -080020pkg-config = "0.3.11"