- move script as asset because they are not build script - create new script directory for "User Compile" method because github action need to build with gtest. - change compile manual for this change. - modify external dependency location in github action and gitignore.
8 lines
111 B
TOML
8 lines
111 B
TOML
[project]
|
|
name = "script"
|
|
version = "0.1.0"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"jinja2==3.1.2",
|
|
]
|