We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f992e5 commit 2ffb735Copy full SHA for 2ffb735
profile-googlefonts/build.rs
@@ -1,8 +1,7 @@
1
fn main() {
2
println!("Building protos");
3
protobuf_codegen::Codegen::new()
4
- // Use `protoc` parser, optional.
5
- .protoc()
+ .pure()
6
// All inputs and imports from the inputs must reside in `includes` directories.
7
.includes(&["src/protos"])
8
.input("src/protos/fonts_public.proto")
0 commit comments