Add all missing files in the packages
directory.
This commit is contained in:
parent
b60c837c47
commit
c8f9beaff9
14 changed files with 34 additions and 0 deletions
2
libs/packages/astc.nim
Normal file
2
libs/packages/astc.nim
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
import ../astc/astc
|
||||||
|
export astc
|
2
libs/packages/bc7enc.nim
Normal file
2
libs/packages/bc7enc.nim
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
import ../bc7enc/bc7enc
|
||||||
|
export bc7enc
|
2
libs/packages/dds_ktx.nim
Normal file
2
libs/packages/dds_ktx.nim
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
import ../dds_ktx/dds_ktx
|
||||||
|
export dds_ktx
|
2
libs/packages/glfm.nim
Normal file
2
libs/packages/glfm.nim
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
import ../glfm/src/glfm
|
||||||
|
export glfm
|
2
libs/packages/nglfw.nim
Normal file
2
libs/packages/nglfw.nim
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
import ../nglfw/src/nglfw
|
||||||
|
export nglfw
|
2
libs/packages/opengl.nim
Normal file
2
libs/packages/opengl.nim
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
import ../../src/platform/gl
|
||||||
|
export gl
|
2
libs/packages/quickhull.nim
Normal file
2
libs/packages/quickhull.nim
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
import ../quickhull/quickhull
|
||||||
|
export quickhull
|
3
libs/packages/stb_image/read.nim
Normal file
3
libs/packages/stb_image/read.nim
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
import ../stb_image_nim/stb_image/read
|
||||||
|
export read
|
||||||
|
|
3
libs/packages/stb_image/write.nim
Normal file
3
libs/packages/stb_image/write.nim
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
import ../stb_image_nim/stb_image/write
|
||||||
|
export write
|
||||||
|
|
2
libs/packages/stb_image_resize.nim
Normal file
2
libs/packages/stb_image_resize.nim
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
import ../stb_image_resize/stb_image_resize
|
||||||
|
export stb_image_resize
|
3
libs/packages/tinyre.nim
Normal file
3
libs/packages/tinyre.nim
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
import ../tinyre/tinyre
|
||||||
|
export tinyre
|
||||||
|
|
3
libs/packages/zstd/compress.nim
Normal file
3
libs/packages/zstd/compress.nim
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
import ../../nim_zstd/zstd/compress
|
||||||
|
export compress
|
||||||
|
|
3
libs/packages/zstd/decompress.nim
Normal file
3
libs/packages/zstd/decompress.nim
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
import ../../nim_zstd/zstd/decompress
|
||||||
|
export decompress
|
||||||
|
|
3
libs/packages/zstd/private/ospath.nim
Normal file
3
libs/packages/zstd/private/ospath.nim
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
import ../../../nim_zstd/zstd/private/ospath
|
||||||
|
export ospath
|
||||||
|
|
Loading…
Reference in a new issue