更新点
This commit is contained in:
parent
1164fe18c9
commit
21eaeadf44
@ -16,7 +16,7 @@ basic = {
|
|||||||
"psutil >= 6.0.0"
|
"psutil >= 6.0.0"
|
||||||
],
|
],
|
||||||
"file read": [
|
"file read": [
|
||||||
"tomli >= 2.0.1",
|
"tomli >= 2.0.2",
|
||||||
"tomli-w >= 1.0.0",
|
"tomli-w >= 1.0.0",
|
||||||
"defusedxml >= 0.7.1"
|
"defusedxml >= 0.7.1"
|
||||||
],
|
],
|
||||||
@ -27,7 +27,7 @@ build = {
|
|||||||
"nuitka >= 2.4",
|
"nuitka >= 2.4",
|
||||||
"imageio >= 2.34.2",
|
"imageio >= 2.34.2",
|
||||||
"setuptools >= 69",
|
"setuptools >= 69",
|
||||||
"setuptools-rust >= 1.10.0",
|
"setuptools-rust >= 1.10.2",
|
||||||
"wheel >= 0.43.0",
|
"wheel >= 0.43.0",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -7,6 +7,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
mod dr_physics;
|
mod dr_physics;
|
||||||
|
/// Python 交互
|
||||||
mod python;
|
mod python;
|
||||||
/// 也许是一些渲染的东西
|
/// 也许是一些渲染的东西
|
||||||
mod renders;
|
mod renders;
|
||||||
|
Loading…
Reference in New Issue
Block a user