mirror of
https://github.com/Sunscreen-tech/Sunscreen.git
synced 2026-01-13 23:58:11 -05:00
21 lines
632 B
TOML
21 lines
632 B
TOML
[package]
|
|
name = "emsdk"
|
|
version = "0.1.1"
|
|
edition = "2021"
|
|
|
|
authors = ["Sunscreen"]
|
|
rust-version = "1.56.0"
|
|
license = "AGPL-3.0-only"
|
|
description = "A crate for building C++ projects with emcake. This facilitates building wasm binaries with both Rust and C++ code."
|
|
homepage = "https://sunscreen.tech"
|
|
repository = "https://github.com/Sunscreen-tech/Sunscreen"
|
|
documentation = "https://docs.sunscreen.tech/sunscreen"
|
|
keywords = ["emsdk", "emcc", "emcmake"]
|
|
categories = ["development-tools"]
|
|
readme = "crates-io.md"
|
|
|
|
[dependencies]
|
|
|
|
[build-dependencies]
|
|
fs_extra = "1.2.0"
|
|
reqwest = { version = "0.11.10", features = ["blocking"] } |