Commit ebdec2a
Switch to Prost (#22)
* Switch to tokio prost for protobuf
* Remove unneeded deps
* Version bumps; fix some positive silliness in Cargo.toml
* Fix more Cargo.toml shenanigans
* Add protobuf-src to build protoc as part of the build script
* Better constructor usage; pre-alloc the glyph vector
* Use vendored binary on Windows
* Fix feature flagging
* Try again?
* And again... ;)
* cargo fmt
* Fix use of --all-features
* spawn blocking where relevant
* Update pbf_font_tools/Cargo.toml
Co-authored-by: Yuri Astrakhan <[email protected]>
* Update pbf_font_tools/src/error.rs
Co-authored-by: Yuri Astrakhan <[email protected]>
* Detect unusual configurations in the build script
* Use default features for cargo semver checks
* Bump version refs for release
---------
Co-authored-by: Yuri Astrakhan <[email protected]>1 parent 20a176a commit ebdec2a
File tree
15 files changed
+262
-215
lines changed- .github/workflows
- build_pbf_glyphs
- src
- pbf_font_tools
- src
- proto
- tests
- sdf_glyph_renderer
15 files changed
+262
-215
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
| |||
44 | 46 | | |
45 | 47 | | |
46 | 48 | | |
47 | | - | |
| 49 | + | |
48 | 50 | | |
49 | 51 | | |
50 | | - | |
| 52 | + | |
51 | 53 | | |
52 | 54 | | |
53 | | - | |
| 55 | + | |
54 | 56 | | |
55 | 57 | | |
56 | 58 | | |
| |||
85 | 87 | | |
86 | 88 | | |
87 | 89 | | |
88 | | - | |
| 90 | + | |
0 commit comments