working towards 2.0
there is a bug in my gpu detection code somewhere but i don't have an nvidia gpu right now to debug it. hmm.
This commit is contained in:
parent
ae4a661959
commit
5f56d07f19
13 changed files with 620 additions and 107 deletions
|
@ -1,8 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="Costura.Fody" version="4.1.0" targetFramework="net472" />
|
||||
<package id="Fody" version="6.2.0" targetFramework="net472" developmentDependency="true" />
|
||||
<package id="Fody" version="6.2.4" targetFramework="net472" developmentDependency="true" />
|
||||
<package id="Hardcodet.NotifyIcon.Wpf" version="1.0.8" targetFramework="net472" />
|
||||
<package id="Newtonsoft.Json" version="12.0.3" targetFramework="net472" />
|
||||
<package id="Notifications.Wpf" version="0.1.1" targetFramework="net472" />
|
||||
<package id="Resource.Embedder" version="2.1.1" targetFramework="net472" />
|
||||
</packages>
|
Reference in a new issue