Add RGFW backend

This commit is contained in:
Milan Nikolic 2024-05-08 10:30:05 +02:00
parent 1868520849
commit 7810550d63
No known key found for this signature in database
GPG key ID: 9229D0EAA3AA4E75
23 changed files with 8110 additions and 28 deletions

View file

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