ソースを参照

[build.zig] Make X11 the default display backend instead of choosing at runtime

pull/5168/head
Nikolas 1ヶ月前
コミット
d46a1d34dd
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: E95F679E3CDD9784
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      build.zig

+ 1
- 1
build.zig ファイルの表示

@ -425,7 +425,7 @@ pub const Options = struct {
rtextures: bool = true,
platform: PlatformBackend = .glfw,
linkage: std.builtin.LinkMode = .static,
linux_display_backend: LinuxDisplayBackend = .Both,
linux_display_backend: LinuxDisplayBackend = .X11,
opengl_version: OpenglVersion = .auto,
android_ndk: []const u8 = "",
android_api_version: []const u8 = "35",

読み込み中…
キャンセル
保存