diff options
| author | Mike White <botahamec@outlook.com> | 2021-08-23 21:22:26 -0400 |
|---|---|---|
| committer | Mike White <botahamec@outlook.com> | 2021-08-23 21:22:26 -0400 |
| commit | ec184715933b200558e8a0fe040f8948661c7eaf (patch) | |
| tree | 57d1e46212a2d5a79ce4634b3bffd4b60d588a54 /.gitignore | |
| parent | 82c7c7edeb63c9f9082a201822da80e6021b2a11 (diff) | |
Created a basic UI that displays a single position
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,2 +1,4 @@ target/*
-Cargo.lock
\ No newline at end of file +Cargo.lock
+SDL2.dll
+SDL2.lib
\ No newline at end of file |
