mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 18:58:36 +00:00
Prepare 1.9.0 release
This commit is contained in:
parent
995735ca12
commit
a2cf601bfa
2 changed files with 10433 additions and 4 deletions
|
@ -4,10 +4,8 @@
|
|||
-->
|
||||
<script type="module">
|
||||
"use strict";
|
||||
//import * as slint from 'https://releases.slint.dev/0.x.0/wasm-interpreter/slint_wasm_interpreter.js';
|
||||
//const editor_url = "https://releases.slint.dev/0.x.0/editor/";
|
||||
import * as slint from 'https://snapshots.slint.dev/master/wasm-interpreter/slint_wasm_interpreter.js';
|
||||
const editor_url = "https://snapshots.slint.dev/master/editor/";
|
||||
import * as slint from 'https://releases.slint.dev/1.9.0/wasm-interpreter/slint_wasm_interpreter.js';
|
||||
const editor_url = "https://releases.slint.dev/1.9.0/editor/";
|
||||
// keep them alive
|
||||
var all_instances = new Array;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue