rustgn

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