summary refs log tree commit diff
path: root/gpu_renderer/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'gpu_renderer/Cargo.toml')
-rw-r--r--gpu_renderer/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/gpu_renderer/Cargo.toml b/gpu_renderer/Cargo.toml
index 6fcd22e..c15e6df 100644
--- a/gpu_renderer/Cargo.toml
+++ b/gpu_renderer/Cargo.toml
@@ -4,6 +4,9 @@ version = "0.1.0"
 authors = ["The Chromium OS Authors"]
 edition = "2018"
 
+[features]
+virtio-gpu-next = []
+
 [dependencies]
 data_model = { path = "../data_model" }
 libc = "*"