Add SDL backend

This commit is contained in:
Milan Nikolic 2023-11-04 13:08:38 +01:00
parent 15fba7e9ac
commit af9daf8452
No known key found for this signature in database
GPG key ID: 9229D0EAA3AA4E75
24 changed files with 6485 additions and 89 deletions

View file

@ -1,5 +1,5 @@
//go:build linux && !drm && !rpi && !android
// +build linux,!drm,!rpi,!android
//go:build linux && !drm && !sdl && !android
// +build linux,!drm,!sdl,!android
package rl