mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 02:39:28 +00:00
Prepare 1.9.2 release
This commit is contained in:
parent
f441ac417e
commit
3f29258081
2 changed files with 10477 additions and 4 deletions
10473
Cargo.lock
generated
Normal file
10473
Cargo.lock
generated
Normal file
File diff suppressed because it is too large
Load diff
|
@ -4,10 +4,10 @@
|
|||
-->
|
||||
<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.2/wasm-interpreter/slint_wasm_interpreter.js';
|
||||
const editor_url = "https://releases.slint.dev/1.9.2/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/";
|
||||
// keep them alive
|
||||
var all_instances = new Array;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue