feat: add build.rs

This commit is contained in:
2021-05-05 19:46:56 +08:00
parent 134c0dc166
commit 355fcc1b9d
2 changed files with 13 additions and 2 deletions

View File

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