hibiscus/renderer/rsdl/dub.sdl

7 lines
214 B
Plaintext
Raw Normal View History

2023-05-20 18:37:04 +00:00
name "rsdl"
dependency "hibis:core" version=">=0.0.0"
2023-05-20 18:37:04 +00:00
dependency "bindbc-sdl" version="~>1.3.5"
2023-05-20 21:27:42 +00:00
targetType "library"
2023-05-22 20:22:13 +00:00
targetName "hibis_rsdl"
2023-05-21 20:55:02 +00:00
# Source paths so this can compile properly
sourcePaths "./" "../../core"