blob: e5a689c6993adc50ef150435af21ea197ece8aa4 [file] [log] [blame]
# Copyright 2023 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
rust_library("vte") {
crate_name = "vte"
crate_root = "//third_party/alacritty/vte/src/lib.rs"
output_name = "vte-8f5a30c97a835161"
configs -= [ "//build/config/rust:2018_idioms" ]
deps = [ "//third_party/rust_crates:utf8parse" ]
sources = [
"src/lib.rs",
"src/definitions.rs",
"src/table.rs",
]
rustenv = []
rustflags = [
"--cap-lints=allow",
"--edition=2015",
"-Cmetadata=8f5a30c97a835161",
"-Cextra-filename=-8f5a30c97a835161",
]
}