diff options
| author | TSRBerry <20988865+TSRBerry@users.noreply.github.com> | 2022-12-29 15:09:18 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-29 15:09:18 +0100 |
| commit | 3d1a0bf3749afa14da5b5ba1e0666fdb78c99beb (patch) | |
| tree | 868a57ea9a5d005fbd742bce44d7685b91a353a8 /nuget.config | |
| parent | c20f3fbebdfec9ed5b0022fbec7fbe3269ffad88 (diff) | |
[Headless] Fix for not receiving any SDL events on Linux (#4182)
* headless: Fix SDL events not working
* Add nuget.config
Diffstat (limited to 'nuget.config')
| -rw-r--r-- | nuget.config | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/nuget.config b/nuget.config new file mode 100644 index 00000000..80f5bd7f --- /dev/null +++ b/nuget.config @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="utf-8"?> +<configuration> + <packageSources> + <clear /> + <add key="nuget.org" value="https://api.nuget.org/v3/index.json" /> + </packageSources> +</configuration> |
