rustgn

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