output runtime at startup

This commit is contained in:
Mitchell Hashimoto
2023-02-25 15:09:26 -08:00
parent f217cd24b9
commit d1a1ba4cb6
3 changed files with 7 additions and 2 deletions

View File

@@ -170,6 +170,7 @@ pub const GlobalState = struct {
pub fn init(self: *GlobalState) void {
// Output some debug information right away
std.log.info("runtime={}", .{build_config.app_runtime});
std.log.info("dependency harfbuzz={s}", .{harfbuzz.versionString()});
if (options.fontconfig) {
std.log.info("dependency fontconfig={d}", .{fontconfig.version()});