mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-25 05:03:05 +00:00
30f58a81aa
This CL removed many uses of DataInit in devices. Some paddings are manually added/fixed to allow AsBytes to derive without ABI changes. TESTED=CQ BUG=b:204409584 Change-Id: I1f8c2d5304fc8e685cc3e5166c73481f6a3f78f7 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4235224 Commit-Queue: Dennis Kempin <denniskempin@google.com> Auto-Submit: Zihan Chen <zihanchen@google.com> Reviewed-by: Dennis Kempin <denniskempin@google.com>
11 lines
224 B
TOML
11 lines
224 B
TOML
[package]
|
|
name = "linux_input_sys"
|
|
version = "0.1.0"
|
|
authors = ["The ChromiumOS Authors"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
data_model = { path = "../common/data_model" }
|
|
libc = "*"
|
|
base = { path = "../base" }
|
|
zerocopy = "*"
|