Skip to content

Commit b4a33c9

Browse files
Add config options (#14)
* sdl3 * sdl3 * WIP * bindgen * WIP * update sdl3 * Update to use pm-rs 2.0.0-alpha * WIP * use Rc<T> to safely pass around references to pm * basic config loading * WIP * WIP * Cleanup imports * Expands cli flags, adds env vars * Add config file support; log app config; clean up * Adds tests, cleanup * Fixes comments, more cleanup * Remove unused dep --------- Co-authored-by: Mischa Spiegelmock <[email protected]>
1 parent 1264fce commit b4a33c9

File tree

9 files changed

+801
-37
lines changed

9 files changed

+801
-37
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.vscode/
22
target/
33
.nvim-dap.lua
4+
.DS_STORE

0 commit comments

Comments
 (0)