Explorar el Código

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

pull/5198/head
Nikolas hace 1 mes
cometido por GitHub
padre
commit
b7eda8159c
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: B5690EEEBB952194
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      build.zig

+ 1
- 1
build.zig Ver fichero

@ -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",

Cargando…
Cancelar
Guardar