소스 검색

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

pull/5168/head
Nikolas 1 개월 전
부모
커밋
d46a1d34dd
No known key found for this signature in database 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",

불러오는 중...
취소
저장