libaco: 添加1.2.4

This commit is contained in:
2025-12-15 13:04:19 +08:00
parent 0345c213e3
commit d97c6f754e
9 changed files with 572 additions and 0 deletions

9
pyproject.toml Normal file
View File

@@ -0,0 +1,9 @@
[project]
name = "conan-recipe"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"conan>=2.23.0",
]