Babylonia-terminal/babylonia_terminal_launcher/messages/steps/fonts.proto

15 lines
264 B
Protocol Buffer

syntax = "proto3";
package fonts;
// [RINF:RUST-SIGNAL]
message FontsInstallationProgress {
uint64 current = 1;
uint64 max = 2;
}
// [RINF:DART-SIGNAL]
message StartFontsInstallation {};
// [RINF:RUST-SIGNAL]
message NotifyFontsSuccessfullyInstalled {}