]> git.proxmox.com Git - rustc.git/blob - src/vendor/magenta-sys/BUILD.gn
New upstream version 1.22.1+dfsg1
[rustc.git] / src / vendor / magenta-sys / BUILD.gn
1 # Copyright 2017 The Fuchsia Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 import("//build/rust/rust_library.gni")
6
7 rust_library("magenta-sys") {
8 deps = [
9 "//third_party/rust-crates:bitflags-0.7.0",
10 ]
11 }