Add support for vendor

This commit is contained in:
Milan Nikolic 2024-12-07 11:37:19 +01:00
parent 3b89a24e68
commit 659b0700ba
No known key found for this signature in database
GPG key ID: 9229D0EAA3AA4E75
8 changed files with 44 additions and 0 deletions

8
rres/vendor.go Normal file
View file

@ -0,0 +1,8 @@
//go:build required
// +build required
package rres
import (
_ "github.com/gen2brain/raylib-go/rres/external"
)