feat: add sciter

This commit is contained in:
2021-05-05 19:36:02 +08:00
parent 1addcd26ea
commit 134c0dc166
6 changed files with 203 additions and 0 deletions

12
__gui/sciter/Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "sciter"
version = "0.1.0"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
sciter-rs = "0.5.56"