更新点
This commit is contained in:
parent
1164fe18c9
commit
21eaeadf44
@ -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",
|
||||
]
|
||||
}
|
||||
|
@ -7,6 +7,7 @@
|
||||
*/
|
||||
|
||||
mod dr_physics;
|
||||
/// Python 交互
|
||||
mod python;
|
||||
/// 也许是一些渲染的东西
|
||||
mod renders;
|
||||
|
Loading…
Reference in New Issue
Block a user