Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 722 Bytes

readme.md

File metadata and controls

20 lines (15 loc) · 722 Bytes

valveprotos

a subset of protos for steam and valve games. primarily for use in haste, and in other unrelated projects of mine that happen to share a need to have access to the same set of protos.

feature flags

  • deadlock: enables deadlock protos.
  • dota2: enables dota2 protos.
  • gcsdk: enables game coordinator protos (enabled by deadlock and dota2).
  • protobuf-src: enables protobuf_src crate which builds protoc.

scripts

  • graph-imports: builds a dot graph of imports between protos.
  • fetch-protos: fetches latest protos from steamdb's Protobufs repo.