• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// This file is generated by cargo_embargo.
2// Do not modify this file after the first "rust_*" or "genrule" module
3// because the changes will be overridden on upgrade.
4// Content before the first "rust_*" or "genrule" module is preserved.
5
6// TODO: Add license.
7rust_library {
8    name: "libdrm_rust",
9    host_supported: true,
10    crate_name: "drm",
11    cargo_env_compat: true,
12    cargo_pkg_version: "0.11.1",
13    crate_root: "src/lib.rs",
14    edition: "2021",
15    rustlibs: [
16        "libbitflags",
17        "libbytemuck",
18        "libdrm_ffi",
19        "libdrm_fourcc",
20        "librustix",
21    ],
22    apex_available: [
23        "//apex_available:platform",
24        "//apex_available:anyapex",
25    ],
26    product_available: true,
27    vendor_available: true,
28}
29