mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 18:58:36 +00:00
Revert "Prepare for release: add Cargo.lock and set the version number in the docs"
This reverts commit a8f93de554
.
The release is done.
This commit is contained in:
parent
ea0de6878d
commit
4b3b96712a
2 changed files with 4 additions and 5784 deletions
5782
Cargo.lock
generated
5782
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -4,8 +4,10 @@
|
|||
-->
|
||||
<script type="module">
|
||||
"use strict";
|
||||
import * as slint from 'https://slint-ui.com/releases/0.3.1/wasm-interpreter/slint_wasm_interpreter.js';
|
||||
const editor_url = "https://slint-ui.com/releases/0.3.1/editor/";
|
||||
//import * as slint from 'https://slint-ui.com/releases/0.x.0/wasm-interpreter/slint_wasm_interpreter.js';
|
||||
//const editor_url = "https://slint-ui.com/releases/0.x.0/editor/";
|
||||
import * as slint from 'https://slint-ui.com/snapshots/master/wasm-interpreter/slint_wasm_interpreter.js';
|
||||
const editor_url = "https://slint-ui.com/snapshots/master/editor/";
|
||||
// keep them alive
|
||||
var all_instances = new Array;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue