Skip to content

Commit

Permalink
add typetips
Browse files Browse the repository at this point in the history
  • Loading branch information
redthing1 committed Sep 17, 2023
1 parent ee9c409 commit 9a6884b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
14 changes: 4 additions & 10 deletions dub.sdl
Original file line number Diff line number Diff line change
Expand Up @@ -5,39 +5,33 @@ copyright "Copyright © 2020-2022, redthing1"
license "Apache-2.0 or proprietary"
x:ddoxFilterArgs "--min-protection=Protected"
dependency "witchcraft" version="~>0.1.9"
dependency "dray" version=">=4.2.0-r3 <4.3.0-0"
dependency "jar" version="~>0.1.0"
dependency "optional" version="~>1.3.0"
dependency "colorize" version="~>1.0.5"
dependency "typetips" version="~>0.1.4"
dependency "minlog" version="~>2.0.0"
dependency "jar" version="~>0.1.0"
dependency "dray" version=">=4.2.0-r3 <4.3.0-0"
dependency "optional" version="~>1.3.0"
lflags "-lglew" "-lglfw" "/System/Library/Frameworks/OpenGL.framework/OpenGL" "-L/opt/homebrew/lib" platform="osx"
lflags "WinMM.lib" "OLDNAMES.lib" "MSVCRT.lib" "$PACKAGE_DIR/raylib.lib" "$PACKAGE_DIR/*.lib $PACKAGE_DIR/glfw3_mt.lib" "user32.lib" "gdi32.lib" platform="windows"
libs "raylib"

configuration "lib-standard" {
// dependency "dmech" version="~>0.4.1"
targetType "library"
versions "physics" "vr"
}

configuration "lib-minimal" {
targetType "library"
}

configuration "lib-lite" {
// dependency "dmech" version="~>0.4.1"
targetType "library"
subConfiguration "dray" "drm-gles2"
libs "GL" "EGL" "drm" "gbm"
versions "physics" "vr" "lite"
}

configuration "unittest" {
dependency "silly" version="~>1.1.1"
targetType "library"
versions "physics"
}

configuration "ddox" {
targetType "library"
versions "physics"
Expand Down
1 change: 1 addition & 0 deletions dub.selections.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"optional": "1.3.0",
"silly": "1.1.1",
"stdx-allocator": "2.77.5",
"typetips": "0.1.4",
"witchcraft": "0.1.9"
}
}

0 comments on commit 9a6884b

Please sign in to comment.