fmtlib / fmt

A modern formatting library
https://fmt.dev
Other
19.84k stars 2.42k forks source link

Bazel support: Add missing platform dependency #3965

Closed Vertexwahn closed 1 month ago

Vertexwahn commented 1 month ago

This PR only affect the Bazel build support. In detail: This PR adds the missing platform dependency. "@platforms//os:windows" is referenced in the BUILD file, therefore this dependency is required.