1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
Source: tinygltf
Priority: optional
Maintainer: Timo Röhling <roehling@debian.org>
Build-Depends:
debhelper-compat (= 13),
catch <!nocheck>,
cmake,
libstb-dev,
nlohmann-json3-dev,
Standards-Version: 4.6.2
Section: libs
Homepage: https://github.com/syoyo/tinygltf
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/debian/tinygltf.git
Vcs-Browser: https://salsa.debian.org/debian/tinygltf
Package: libtinygltf-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libtinygltf2d (= ${binary:Version}),
${misc:Depends}
Description: glTF loader and saver library - header files
glTF (GL Transmission Format) is a royalty-free specification
for the efficient transmission and loading of 3D scenes and
models by applications. TinyGLTF is a C++ implementation to
load and save glTF data.
.
This package installs the header files for development.
Package: libtinygltf2d
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: glTF loader and saver library
glTF (GL Transmission Format) is a royalty-free specification
for the efficient transmission and loading of 3D scenes and
models by applications. TinyGLTF is a C++ implementation to
load and save glTF data.
|