File tree Expand file tree Collapse file tree 4 files changed +45
-50
lines changed
api/_patches/html/release Expand file tree Collapse file tree 4 files changed +45
-50
lines changed Original file line number Diff line number Diff line change 11{
2- "nightly ": {
2+ "1.0.0-alpha1 ": {
33 "app": {
44 "doc": "`App` construction and configuration",
55 "classes": {
Original file line number Diff line number Diff line change 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>
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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")]
You can’t perform that action at this time.
0 commit comments