mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-06 18:01:28 +03:00
move rust-sciter in
This commit is contained in:
17
libs/rust-sciter/examples/extension/Cargo.toml
Normal file
17
libs/rust-sciter/examples/extension/Cargo.toml
Normal file
@@ -0,0 +1,17 @@
|
||||
[package]
|
||||
name = "extension"
|
||||
version = "0.1.0"
|
||||
description = "A simple Sciter extension library"
|
||||
authors = ["pravic <ehysta@gmail.com>"]
|
||||
homepage = "https://sciter.com/include-library-name-native-extensions/"
|
||||
edition = "2018"
|
||||
publish = false
|
||||
|
||||
[lib]
|
||||
path = "src/extension.rs"
|
||||
crate-type = ["cdylib"]
|
||||
test = false
|
||||
bench = false
|
||||
|
||||
[dependencies]
|
||||
sciter-rs = { version = "0.5", path="../../", features = ["extension"] }
|
||||
Reference in New Issue
Block a user