Add sdl3_windows 3.2.0
This commit is contained in:
6
modules/sdl3_windows/3.2.0/MODULE.bazel
Normal file
6
modules/sdl3_windows/3.2.0/MODULE.bazel
Normal file
@ -0,0 +1,6 @@
|
||||
module(
|
||||
name = "sdl3_windows",
|
||||
version = "3.2.0",
|
||||
compatibility_level = 1,
|
||||
bazel_compatibility = [">=8.0.0"],
|
||||
)
|
14
modules/sdl3_windows/3.2.0/overlay/BUILD.bazel
Normal file
14
modules/sdl3_windows/3.2.0/overlay/BUILD.bazel
Normal file
@ -0,0 +1,14 @@
|
||||
cc_import(
|
||||
name = "sdl3_imp",
|
||||
interface_library = "lib/x64/SDL3.lib",
|
||||
shared_library = "lib/x64/SDL3.dll",
|
||||
)
|
||||
|
||||
cc_library(
|
||||
name = "sdl3",
|
||||
hdrs = glob(["include/SDL3/*.h"]),
|
||||
includes = ["include"],
|
||||
deps = [":sdl3_imp"],
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
1
modules/sdl3_windows/3.2.0/overlay/MODULE.bazel
Normal file
1
modules/sdl3_windows/3.2.0/overlay/MODULE.bazel
Normal file
@ -0,0 +1 @@
|
||||
../MODULE.bazel
|
10
modules/sdl3_windows/3.2.0/source.json
Normal file
10
modules/sdl3_windows/3.2.0/source.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "archive",
|
||||
"url": "https://github.com/libsdl-org/SDL/releases/download/release-3.2.0/SDL3-devel-3.2.0-VC.zip",
|
||||
"integrity": "sha256-A7YoFoIpr8oYujaftLP0aCYiH5nuRQC6HwpME4Tyt28=",
|
||||
"strip_prefix": "SDL3-3.2.0",
|
||||
"overlay": {
|
||||
"MODULE.bazel": "sha256-BXMfBKQ+8yQWVXrPPHQK9nrwE3P4gVGiITRnnIyyy3o=",
|
||||
"BUILD.bazel": "sha256-WkD5OcRIZFbwv1HU26gIZn1G0wJC3AsSAX9xPIWsqCc="
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user