refactor: refactor VectorGen
- use uv to manage VectorGen - use std::partial_ordering to replace auto in template because auto is not works for seperated implementation and declaration. - rename YYCC macro due to the upgrade of YYCC.
This commit is contained in:
9
Assets/CodeGen/VectorGen/pyproject.toml
Normal file
9
Assets/CodeGen/VectorGen/pyproject.toml
Normal file
@@ -0,0 +1,9 @@
|
||||
[project]
|
||||
name = "vector-gen"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.11"
|
||||
dependencies = [
|
||||
"jinja2==3.1.6",
|
||||
]
|
||||
Reference in New Issue
Block a user