diff options
| author | ChrisDill <chrisdude134@gmail.com> | 2018-08-15 11:38:38 +0100 |
|---|---|---|
| committer | ChrisDill <chrisdude134@gmail.com> | 2018-08-15 11:38:38 +0100 |
| commit | a23feee6f3c3454543a876d1ea1cb5a9307c8341 (patch) | |
| tree | 96fd5f04896b945001debdd07128e171a17e4c5b /projects/SublimeText/raylib.sublime-project | |
| parent | 00f5f2ead296f4efdc95b2fc394acd2649e9c803 (diff) | |
| download | raylib-a23feee6f3c3454543a876d1ea1cb5a9307c8341.tar.gz raylib-a23feee6f3c3454543a876d1ea1cb5a9307c8341.zip | |
Added Sublime Text 3 project template
- Added Sublime Text project file.
- Added Sublime Text build system.
Diffstat (limited to 'projects/SublimeText/raylib.sublime-project')
| -rw-r--r-- | projects/SublimeText/raylib.sublime-project | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/projects/SublimeText/raylib.sublime-project b/projects/SublimeText/raylib.sublime-project new file mode 100644 index 00000000..5eaa1a79 --- /dev/null +++ b/projects/SublimeText/raylib.sublime-project @@ -0,0 +1,8 @@ +{ + "folders": + [ + { + "path": "../../" + } + ] +} |
