hibiscus/renderer/rsdl/dub.sdl
2023-05-22 21:22:13 +01:00

7 lines
218 B
Plaintext

name "rsdl"
dependency "hibis:engine" version=">=0.0.0"
dependency "bindbc-sdl" version="~>1.3.5"
targetType "library"
targetName "hibis_rsdl"
# Source paths so this can compile properly
sourcePaths "./" "../../engine"