Skip to content

Commit 51d9a75

Browse files
committed
Fix DRM build
1 parent b2a3c6a commit 51d9a75

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

raylib/platform_drm.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ package rl
99
*/
1010
import "C"
1111

12+
import (
13+
"io/fs"
14+
"os"
15+
"path/filepath"
16+
)
17+
1218
// SetMain - Sets callback function
1319
func SetMain(func()) {
1420
return

0 commit comments

Comments
 (0)