更新点

This commit is contained in:
shenjack 2024-11-08 00:36:46 +08:00
parent 1164fe18c9
commit 21eaeadf44
Signed by: shenjack
GPG Key ID: 7B1134A979775551
2 changed files with 3 additions and 2 deletions

View File

@ -16,7 +16,7 @@ basic = {
"psutil >= 6.0.0"
],
"file read": [
"tomli >= 2.0.1",
"tomli >= 2.0.2",
"tomli-w >= 1.0.0",
"defusedxml >= 0.7.1"
],
@ -27,7 +27,7 @@ build = {
"nuitka >= 2.4",
"imageio >= 2.34.2",
"setuptools >= 69",
"setuptools-rust >= 1.10.0",
"setuptools-rust >= 1.10.2",
"wheel >= 0.43.0",
]
}

View File

@ -7,6 +7,7 @@
*/
mod dr_physics;
/// Python 交互
mod python;
/// 也许是一些渲染的东西
mod renders;