mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-16 00:54:54 +00:00
update assimp to 6.0.5
This commit is contained in:
parent
2d2eb57e2e
commit
f5cf21cfeb
941 changed files with 22718 additions and 12240 deletions
16
Engine/lib/assimp/port/PyAssimp/pyproject.toml
Normal file
16
Engine/lib/assimp/port/PyAssimp/pyproject.toml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[build-system]
|
||||
requires = ["setuptools"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "pyassimp"
|
||||
version = "6.0.2"
|
||||
license = "ISC"
|
||||
authors = [
|
||||
{ name = "ASSIMP Developers", email = "kim.kulling@assimp.org" },
|
||||
]
|
||||
maintainers = [{ name = "Séverin Lemaignan", email = "severin@guakamole.org" }]
|
||||
description = "Python bindings for the Open Asset Import Library (ASSIMP)"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.10"
|
||||
dependencies = ["numpy"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue