2025-05-03 23:23:02 +08:00
|
|
|
{
|
|
|
|
|
rust = {
|
|
|
|
|
path = ./rust;
|
|
|
|
|
description = "Rust template.";
|
|
|
|
|
};
|
2025-05-21 13:50:27 +08:00
|
|
|
cxx = {
|
|
|
|
|
path = ./cxx;
|
|
|
|
|
description = "C++ template.";
|
|
|
|
|
};
|
|
|
|
|
cxxWithXmake = {
|
|
|
|
|
path = ./cxxWithXmake;
|
|
|
|
|
description = "C++ template built by xmake.";
|
|
|
|
|
};
|
2025-05-25 23:28:27 +08:00
|
|
|
python = {
|
|
|
|
|
path = ./python;
|
|
|
|
|
description = "Python template.";
|
|
|
|
|
};
|
2025-05-03 23:23:02 +08:00
|
|
|
}
|