add cxx templates and improve rust template
This commit is contained in:
parent
bc0c2c736b
commit
e8317da51b
22 changed files with 2634 additions and 3 deletions
|
|
@ -3,4 +3,12 @@
|
|||
path = ./rust;
|
||||
description = "Rust template.";
|
||||
};
|
||||
cxx = {
|
||||
path = ./cxx;
|
||||
description = "C++ template.";
|
||||
};
|
||||
cxxWithXmake = {
|
||||
path = ./cxxWithXmake;
|
||||
description = "C++ template built by xmake.";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue