Compare commits

..

1 Commits

Author SHA1 Message Date
brnrs f4848966ee first implementation of basic functionality - components and factories 5 years ago
  1. 2
      .gitignore
  2. 16
      .vscode/c_cpp_properties.json

2
.gitignore vendored

@ -18,3 +18,5 @@ Cargo.lock
/target /target
#Cargo.lock #Cargo.lock
/.vscode

@ -1,16 +0,0 @@
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"compilerPath": "/usr/bin/clang",
"cStandard": "c11",
"cppStandard": "c++17",
"intelliSenseMode": "clang-x64"
}
],
"version": 4
}
Loading…
Cancel
Save