Skip to content

Commit 61abc36

Browse files
committed
add submodule sdl3
1 parent e59aa3b commit 61abc36

File tree

1 file changed

+63
-0
lines changed

1 file changed

+63
-0
lines changed

autobuild.xml

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,69 @@
11
<?xml version="1.0" ?>
22
<llsd>
33
<map>
4+
<key>installables</key>
5+
<map>
6+
<key>SDL3</key>
7+
<map>
8+
<key>platforms</key>
9+
<map>
10+
<key>linux64</key>
11+
<map>
12+
<key>archive</key>
13+
<map>
14+
<key>hash</key>
15+
<string>3389b906c574457d36fec4cf4bfd83f182d2e482</string>
16+
<key>hash_algorithm</key>
17+
<string>sha1</string>
18+
<key>url</key>
19+
<string>https://github.com/AiraYumi/3p-sdl3/releases/download/v3.2.4/SDL3-3.2.4-linux64-13232355240.tar.zst</string>
20+
</map>
21+
<key>name</key>
22+
<string>linux64</string>
23+
</map>
24+
<key>darwin64</key>
25+
<map>
26+
<key>archive</key>
27+
<map>
28+
<key>hash</key>
29+
<string>0c15e38e0592ae4898341bceb00e321018e63461</string>
30+
<key>hash_algorithm</key>
31+
<string>sha1</string>
32+
<key>url</key>
33+
<string>https://github.com/AiraYumi/3p-sdl3/releases/download/v3.2.4/SDL3-3.2.4-darwin64-13232355240.tar.zst</string>
34+
</map>
35+
<key>name</key>
36+
<string>darwin64</string>
37+
</map>
38+
<key>windows64</key>
39+
<map>
40+
<key>archive</key>
41+
<map>
42+
<key>hash</key>
43+
<string>0d6729fdebf9ce79273baef8b02d0e474c7acba3</string>
44+
<key>hash_algorithm</key>
45+
<string>sha1</string>
46+
<key>url</key>
47+
<string>https://github.com/AiraYumi/3p-sdl3/releases/download/v3.2.4/SDL3-3.2.4-windows64-13232355240.tar.zst</string>
48+
</map>
49+
<key>name</key>
50+
<string>windows64</string>
51+
</map>
52+
</map>
53+
<key>license</key>
54+
<string>lgpl</string>
55+
<key>license_file</key>
56+
<string>LICENSES/SDL3.txt</string>
57+
<key>copyright</key>
58+
<string>Copyright (C) 1997-2022 Sam Lantinga (slouken@libsdl.org)</string>
59+
<key>version</key>
60+
<string>3.2.4</string>
61+
<key>name</key>
62+
<string>SDL2</string>
63+
<key>description</key>
64+
<string>Simple DirectMedia Layer is a cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video framebuffer.</string>
65+
</map>
66+
</map>
467
<key>package_description</key>
568
<map>
669
<key>copyright</key>

0 commit comments

Comments
 (0)