-
Notifications
You must be signed in to change notification settings - Fork 220
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
45 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"nightly": { | ||
"1.0.0-alpha1": { | ||
"app": { | ||
"doc": "`App` construction and configuration", | ||
"classes": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
|
||
<p>First stable ABI release - current Windows only!</p> | ||
|
||
<br/> | ||
<strong>Supported operating systems for this release:</strong> | ||
<ul style="margin-left:20px;"> | ||
<li>Windows: 7, 8, 8.1, 10</li> | ||
</ul> | ||
|
||
<br/> | ||
|
||
<strong>Links:</strong> | ||
<ul style="margin-left:20px;"> | ||
<li><a href="https://azul.rs/api/1.0.0-alpha.html">Documentation for this release</a></li> | ||
<li><a href="https://azul.rs/guide/1.0.0-alpha.html">Guide for this release</a></li> | ||
<br/> | ||
<li><a href="https://github.com/fschutt/azul/releases">GitHub release</a></li> | ||
<li><a href="https://crates.io/crates/azul">Crates.io</a></li> | ||
<li><a href="https://docs.rs/azul">Docs.rs</a></li> | ||
</ul> | ||
|
||
<br/> | ||
|
||
<strong>Files:</strong> | ||
<br/> | ||
<ul style="margin-left:20px;"> | ||
<li><a href="./1.0.0-alpha/files/azul.dll">Windows 64-bit DLL (azul.dll - 2.6Mb)</a></li> | ||
<li><a href="./1.0.0-alpha/files/azul.dll">Windows 64-bit Python extension (azul.pyd - 3.1Mb)</a></li> | ||
<li><a href="./1.0.0-alpha/files/license.txt">LICENSE-WINDOWS.txt (19KB)</a></li> | ||
<br/> | ||
<li><a href="./1.0.0-alpha/files/sourcecode.zip">Source code .zip (25Mb)</a></li> | ||
<li><a href="./1.0.0-alpha/files/dependencies.zip">Source code for all dependencies .zip (350Mb)</a></li> | ||
<li><a href="./1.0.0-alpha/files/api.json">API Description - api.json (714KB)</a></li> | ||
<li><a href="./1.0.0-alpha/files/azul.h">C Header (azul.h - 978KB)</a></li> | ||
</ul> | ||
|
||
<br/> | ||
<strong>Examples:</strong> | ||
<br/> | ||
<ul style="margin-left:20px;"> | ||
<li><a href="./1.0.0-alpha/files/examples-windows.zip">Windows examples with source code (.zip - 154KB)</a></li> | ||
</ul> | ||
</div> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters