diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 12:02:58 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 12:02:58 +0000 |
commit | 698f8c2f01ea549d77d7dc3338a12e04c11057b9 (patch) | |
tree | 173a775858bd501c378080a10dca74132f05bc50 /vendor/windows_aarch64_msvc-0.28.0 | |
parent | Initial commit. (diff) | |
download | rustc-698f8c2f01ea549d77d7dc3338a12e04c11057b9.tar.xz rustc-698f8c2f01ea549d77d7dc3338a12e04c11057b9.zip |
Adding upstream version 1.64.0+dfsg1.upstream/1.64.0+dfsg1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/windows_aarch64_msvc-0.28.0')
-rw-r--r-- | vendor/windows_aarch64_msvc-0.28.0/.cargo-checksum.json | 1 | ||||
-rw-r--r-- | vendor/windows_aarch64_msvc-0.28.0/Cargo.toml | 18 | ||||
-rw-r--r-- | vendor/windows_aarch64_msvc-0.28.0/build.rs | 9 | ||||
-rw-r--r-- | vendor/windows_aarch64_msvc-0.28.0/lib/windows.lib | bin | 0 -> 4393928 bytes | |||
-rw-r--r-- | vendor/windows_aarch64_msvc-0.28.0/src/lib.rs | 1 |
5 files changed, 29 insertions, 0 deletions
diff --git a/vendor/windows_aarch64_msvc-0.28.0/.cargo-checksum.json b/vendor/windows_aarch64_msvc-0.28.0/.cargo-checksum.json new file mode 100644 index 000000000..c2f7177ec --- /dev/null +++ b/vendor/windows_aarch64_msvc-0.28.0/.cargo-checksum.json @@ -0,0 +1 @@ +{"files":{"Cargo.toml":"16a6a8330bb985f71444ca29928214787f47859241405aeef8b902db058f7f9a","build.rs":"b47fb7ff4202f8553a6f46afbf75a62a70744facccb69743e637cf58716c5309","lib/windows.lib":"6ccf7642776850330fbaeceeb559912bc23f32f32910e1176fdd631920786bb7","src/lib.rs":"01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b"},"package":"52695a41e536859d5308cc613b4a022261a274390b25bd29dfff4bf08505f3c2"}
\ No newline at end of file diff --git a/vendor/windows_aarch64_msvc-0.28.0/Cargo.toml b/vendor/windows_aarch64_msvc-0.28.0/Cargo.toml new file mode 100644 index 000000000..0bc1d2b5c --- /dev/null +++ b/vendor/windows_aarch64_msvc-0.28.0/Cargo.toml @@ -0,0 +1,18 @@ +# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO +# +# When uploading crates to the registry Cargo will automatically +# "normalize" Cargo.toml files for maximal compatibility +# with all versions of Cargo and also rewrite `path` dependencies +# to registry (e.g., crates.io) dependencies. +# +# If you are reading this file be aware that the original Cargo.toml +# will likely look very different (and much more reasonable). +# See Cargo.toml.orig for the original contents. + +[package] +edition = "2018" +name = "windows_aarch64_msvc" +version = "0.28.0" +authors = ["Microsoft"] +description = "Code gen support for the windows crate" +license = "MIT OR Apache-2.0" diff --git a/vendor/windows_aarch64_msvc-0.28.0/build.rs b/vendor/windows_aarch64_msvc-0.28.0/build.rs new file mode 100644 index 000000000..ed9ea8941 --- /dev/null +++ b/vendor/windows_aarch64_msvc-0.28.0/build.rs @@ -0,0 +1,9 @@ +fn main() { + if std::env::var("TARGET").unwrap() != "aarch64-pc-windows-msvc" { + return; + } + + let dir = std::env::var("CARGO_MANIFEST_DIR").unwrap(); + + println!("cargo:rustc-link-search=native={}", std::path::Path::new(&dir).join("lib").display()); +} diff --git a/vendor/windows_aarch64_msvc-0.28.0/lib/windows.lib b/vendor/windows_aarch64_msvc-0.28.0/lib/windows.lib Binary files differnew file mode 100644 index 000000000..64083bc4d --- /dev/null +++ b/vendor/windows_aarch64_msvc-0.28.0/lib/windows.lib diff --git a/vendor/windows_aarch64_msvc-0.28.0/src/lib.rs b/vendor/windows_aarch64_msvc-0.28.0/src/lib.rs new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/vendor/windows_aarch64_msvc-0.28.0/src/lib.rs @@ -0,0 +1 @@ + |