initial import from steam-vent repo

This commit is contained in:
Robin Appelman 2025-09-07 22:35:14 +02:00
commit d936a6049b
237 changed files with 607341 additions and 0 deletions

9
build/README.md Normal file
View file

@ -0,0 +1,9 @@
# steam-vent protobuf builder
Code generator for protobufs to be used with steam-vent.
## Usage
```bash
steam-vent-proto-build <protobuf directory> <output directory>
```