Skip to content

Commit b698ebe

Browse files
committed
Add release notes for 1.0.0-alpha1
1 parent e169513 commit b698ebe

File tree

4 files changed

+45
-50
lines changed

4 files changed

+45
-50
lines changed

api.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"nightly": {
2+
"1.0.0-alpha1": {
33
"app": {
44
"doc": "`App` construction and configuration",
55
"classes": {
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
2+
<p>First stable ABI release - current Windows only!</p>
3+
4+
<br/>
5+
<strong>Supported operating systems for this release:</strong>
6+
<ul style="margin-left:20px;">
7+
<li>Windows: 7, 8, 8.1, 10</li>
8+
</ul>
9+
10+
<br/>
11+
12+
<strong>Links:</strong>
13+
<ul style="margin-left:20px;">
14+
<li><a href="https://azul.rs/api/1.0.0-alpha.html">Documentation for this release</a></li>
15+
<li><a href="https://azul.rs/guide/1.0.0-alpha.html">Guide for this release</a></li>
16+
<br/>
17+
<li><a href="https://github.com/fschutt/azul/releases">GitHub release</a></li>
18+
<li><a href="https://crates.io/crates/azul">Crates.io</a></li>
19+
<li><a href="https://docs.rs/azul">Docs.rs</a></li>
20+
</ul>
21+
22+
<br/>
23+
24+
<strong>Files:</strong>
25+
<br/>
26+
<ul style="margin-left:20px;">
27+
<li><a href="./1.0.0-alpha/files/azul.dll">Windows 64-bit DLL (azul.dll - 2.6Mb)</a></li>
28+
<li><a href="./1.0.0-alpha/files/azul.dll">Windows 64-bit Python extension (azul.pyd - 3.1Mb)</a></li>
29+
<li><a href="./1.0.0-alpha/files/license.txt">LICENSE-WINDOWS.txt (19KB)</a></li>
30+
<br/>
31+
<li><a href="./1.0.0-alpha/files/sourcecode.zip">Source code .zip (25Mb)</a></li>
32+
<li><a href="./1.0.0-alpha/files/dependencies.zip">Source code for all dependencies .zip (350Mb)</a></li>
33+
<li><a href="./1.0.0-alpha/files/api.json">API Description - api.json (714KB)</a></li>
34+
<li><a href="./1.0.0-alpha/files/azul.h">C Header (azul.h - 978KB)</a></li>
35+
</ul>
36+
37+
<br/>
38+
<strong>Examples:</strong>
39+
<br/>
40+
<ul style="margin-left:20px;">
41+
<li><a href="./1.0.0-alpha/files/examples-windows.zip">Windows examples with source code (.zip - 154KB)</a></li>
42+
</ul>
43+
</div>

api/_patches/html/release/nightly.html

Lines changed: 0 additions & 48 deletions
This file was deleted.

azul-dll/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! WARNING: autogenerated code for azul api version nightly
1+
//! WARNING: autogenerated code for azul api version 1.0.0-alpha1
22

33
#![cfg_attr(feature ="cdylib", crate_type = "cdylib")]
44
#![cfg_attr(feature ="staticlib", crate_type = "staticlib")]

0 commit comments

Comments
 (0)