diff options
author | Klaus T. Aehlig <aehlig@linta.de> | 2025-02-10 11:56:08 +0100 |
---|---|---|
committer | Klaus T. Aehlig <aehlig@linta.de> | 2025-02-10 11:56:17 +0100 |
commit | f1bd58b41da21c41a4f24f9aba5a4b39b75468fe (patch) | |
tree | bb2b77c0d05a3cd2bdd56a763178deadc1b079d2 /etc/deps-rust/TARGETS.ppv-lite86-0.2.20 | |
parent | 1d998983b4ff8c309f2b50b991a36cee151f012e (diff) | |
download | hello-nix-f1bd58b41da21c41a4f24f9aba5a4b39b75468fe.tar.gz |
Update just dependencies
Diffstat (limited to 'etc/deps-rust/TARGETS.ppv-lite86-0.2.20')
-rw-r--r-- | etc/deps-rust/TARGETS.ppv-lite86-0.2.20 | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/etc/deps-rust/TARGETS.ppv-lite86-0.2.20 b/etc/deps-rust/TARGETS.ppv-lite86-0.2.20 new file mode 100644 index 0000000..4276771 --- /dev/null +++ b/etc/deps-rust/TARGETS.ppv-lite86-0.2.20 @@ -0,0 +1,26 @@ +{ "ppv_lite86": + { "type": ["@", "rules", "rust", "library"] + , "name": ["ppv_lite86"] + , "crate_root": ["src/lib.rs"] + , "srcs": + [ "src/soft.rs" + , "src/generic.rs" + , "src/types.rs" + , "src/lib.rs" + , "src/x86_64/sse2.rs" + , "src/x86_64/mod.rs" + ] + , "edition": ["2021"] + , "arguments_config": + ["ARCH", "HOST_ARCH", "TARGET_ARCH", "ENV", "TOOLCHAIN_CONFIG"] + , "deps": [["@", "zerocopy", "", "zerocopy"]] + , "cargo_features": ["simd", "std"] + , "stage": ["ppv-lite86-0.2.20"] + , "version": ["0", "2", "20"] + , "pkg_name": ["ppv-lite86"] + } +, "default": {"type": ["@", "rules", "cargo", "feature"], "name": ["default"]} +, "no_simd": {"type": ["@", "rules", "cargo", "feature"], "name": ["no_simd"]} +, "simd": {"type": ["@", "rules", "cargo", "feature"], "name": ["simd"]} +, "std": {"type": ["@", "rules", "cargo", "feature"], "name": ["std"]} +} |