Skip to content

Commit

Permalink
Initial Rust commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
facundo-villa committed Jun 20, 2023
1 parent efe9122 commit 271f17d
Show file tree
Hide file tree
Showing 218 changed files with 12,100 additions and 31,685 deletions.
2 changes: 2 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[build]
rustflags = ["-C", "link-arg=-fuse-ld=mold"]
31 changes: 0 additions & 31 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

22 changes: 3 additions & 19 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
# Directories
.vs/
bin/
bin-int/
.git/
.github/
ext/
out/
build/

# Files
*.user
*.DotSettings
*.sln.DotSettings
*.DotSettings.user
*.sln.DotSettings.user
*.log
*.ifc
*.cmake
**/target
**/resources
**/assets
17 changes: 0 additions & 17 deletions .vscode/c_cpp_properties.json

This file was deleted.

37 changes: 5 additions & 32 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,7 @@
{
"configurations": [
{
"name": "(gdb) Launch",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/build/TestByteEngine",
"args": ["--threads 1"],
"stopAtEntry": false,
"cwd": "${fileDirname}",
"environment": [],
"externalConsole": false,
"MIMode": "gdb",
"preLaunchTask": "build",
"setupCommands": [
{
"description": "Enable pretty-printing for gdb",
"text": "-enable-pretty-printing",
"ignoreFailures": true
},
{
"description": "Set Disassembly Flavor to Intel",
"text": "-gdb-set disassembly-flavor intel",
"ignoreFailures": true
},
{
"description": "Enable break on all exceptions",
"text": "catch throw",
"ignoreFailures": true
}
]
}
],
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": []
}
68 changes: 0 additions & 68 deletions .vscode/settings.json

This file was deleted.

12 changes: 0 additions & 12 deletions .vscode/tasks.json

This file was deleted.

160 changes: 0 additions & 160 deletions CMakeLists.txt

This file was deleted.

9 changes: 0 additions & 9 deletions CMakeUserPresets.json

This file was deleted.

Loading

0 comments on commit 271f17d

Please sign in to comment.