Skip to content

Commit aab4afe

Browse files
Update dub.sdl
1 parent 21566c7 commit aab4afe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dub.sdl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ copyright "Copyright © 2023, Inochi2D Project"
55
license "BSD 2-clause"
66
targetPath "out/"
77

8-
dependency "tinyd-rt" version=">0.0.0" optional=true
8+
dependency "tinyd-rt" version=">=0.0.0" optional=true
99

1010
configuration "main" {
1111
targetType "library"
1212
}
1313

1414
configuration "unittest" {
1515
dependency "silly" version="~>1.1.1"
16-
}
16+
}

0 commit comments

Comments
 (0)