rustgn

11 commits
Updated 2026-05-09 17:23:41
third_party/rust/anstyle_query
third_party/rust/anstyle_query/BUILD.gn
rust_static_library("anstyle_query") {
    sources = [
        "//third_party/rust/vendor/anstyle-query/src/lib.rs",
        "//third_party/rust/vendor/anstyle-query/src/windows.rs"
    ]
    crate_root = "//third_party/rust/vendor/anstyle-query/src/lib.rs"
    deps = [
        
    ]
}