crux_platform 0.3.3

Platform capability for use with crux_core
Documentation
[dependencies.crux_core]
version = "0.12.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.217"

[lib]
name = "crux_platform"
path = "src/lib.rs"

[package]
authors = ["Red Badger Consulting Limited"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Platform capability for use with crux_core"
edition = "2021"
keywords = ["crux", "crux_core", "cross-platform-ui", "ffi", "wasm"]
license = "Apache-2.0"
name = "crux_platform"
readme = "README.md"
repository = "https://github.com/redbadger/crux/"
resolver = "1"
rust-version = "1.80"
version = "0.3.3"

[[test]]
name = "platform_test"
path = "tests/platform_test.rs"