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:
Olivier Goffart 2022-10-28 11:13:07 +02:00
parent ea0de6878d
commit 4b3b96712a
2 changed files with 4 additions and 5784 deletions

5782
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -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;