1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- "authors": [
- "quantumde1"
- ],
- "copyright": "Copyright © 2025, quantumde1",
- "dependencies": {
- "bindbc-lua": "~>0.6.1",
- "raylib-d": "~>5.5.1"
- },
- "description": "Engine on Dlang for visual novels",
- "lflags-linux": [
- "-rpath=/usr/lib",
- "-rpath=$$ORIGIN"
- ],
- "lflags-osx": [
- "-rpath",
- "./",
- "-rpath",
- "/opt/local/lib"
- ],
- "lflags-posix": [
- "-L/usr/lib",
- "-L.",
- "-L/opt/local/lib",
- "-L/usr/local/lib"
- ],
- "lflags-windows": [
- "-L./"
- ],
- "libs-posix": [
- "raylib",
- "lua-5.3",
- "vlc",
- "hpff"
- ],
- "libs-windows": [
- "raylib",
- "lua53",
- "libhpff",
- "vlc"
- ],
- "license": "MIT License",
- "name": "himmel-engine",
- "subConfigurations": {
- "bindbc-lua": "static"
- },
- "versions": [
- "LUA_53"
- ]
- }
|