hibiscus/renderer/rsdl/dub.sdl

10 lines
273 B
Plaintext

name "rsdl"
dependency "hibis:core" version=">=0.0.0"
dependency "bindbc-sdl" version="~>1.3.5"
versions "SDL_2_26" "SDL_TTF_2_20"
libs "SDL2" "SDL2_ttf"
targetType "library"
targetName "hibis_rsdl"
# Source paths so this can compile properly
sourcePaths "./" "../../core"