Skip to content

Commit 2ffb735

Browse files
committed
Use Rust protoc
1 parent 8f992e5 commit 2ffb735

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

profile-googlefonts/build.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
fn main() {
22
println!("Building protos");
33
protobuf_codegen::Codegen::new()
4-
// Use `protoc` parser, optional.
5-
.protoc()
4+
.pure()
65
// All inputs and imports from the inputs must reside in `includes` directories.
76
.includes(&["src/protos"])
87
.input("src/protos/fonts_public.proto")

0 commit comments

Comments
 (0)