This repository was archived by the owner on Apr 27, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdub.sdl
More file actions
45 lines (33 loc) · 1.67 KB
/
dub.sdl
File metadata and controls
45 lines (33 loc) · 1.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
/**
THIS IS NOT A FINISHED ECOSYSTEM
Some of dependencies will contain paths instead of versions.
These paths represent master branches of those packages.
*/
name "raylight"
description "Game Engine for D"
authors "Alisa Lain"
copyright "Copyright © 2023, Alisa Lain"
license "GPL-3.0"
dependency "sily" path="/g/sily-dlang" platform="posix" // version="~>2.1.0"
dependency "sily:sdlang" path="/g/sily-dlang" platform="posix" // version="~>2.1.0"
dependency "sily:bindbc" path="/g/sily-dlang" platform="posix" // version="~>1.0.0"
dependency "sily-terminal:logger" path="/g/sily-terminal" platform="posix" // version="~>2.1.0"
dependency "bindbc-sdl" version="~>1.4.2"
// dependency "bindbc-opengl" version="~>1.1.0"
dependency "erupted" version="~>2.1.98"
// dependency "sily-gamelib:opengl" path="/g/sily-gamelib" platform="posix" // version="~>1.0.0"
// dependency "sily-gamelib:sdl" path="/g/sily-gamelib" platform="posix" // version="~>1.0.0"
// dependency "sily" path="/g:/sily-dlang/" platform="windows" // version="~>2.1.0"
// dependency "sily:sdlang" path="/g:/sily-dlang/" platform="windows" // version="~>2.1.0"
// dependency "sily-terminal:logger" path="/g:/sily-terminal/" platform="windows" // version="~>2.1.0"
// dependency "sily-gamelib:bindbc" path="/g:/sily-gamelib" platform="windows" // version="~>1.0.0"
// dependency "sily-gamelib:opengl" path="/g:/sily-gamelib" platform="windows" // version="~>1.0.0"
// dependency "sily-gamelib:sdl" path="/g:/sily-gamelib" platform="windows" // version="~>1.0.0"
sourcePaths "src/"
importPaths "src/"
targetType "library"
targetPath "bin/"
versions "SDL_2_26"
versions "SDL_TTF_2018"
versions "SDL_Image_205"
// versions "GL_46" "GL_ARB"