[dependencies.lazy_static]
version = "1.4.0"
[dev-dependencies.egui]
version = "0.13.1"
[dev-dependencies.egui-macroquad]
version = "0.5.0"
[dev-dependencies.macroquad]
version = "0.3.7"
[package]
authors = ["Ilya Sheprut <optozorax@gmail.com>"]
description = """
Plugin for macro-, mini-quad (quads) to save data in simple local storage using Web Storage API in WASM and local file on a native platforms.
"""
edition = "2018"
homepage = "https://github.com/optozorax/quad-storage"
include = ["LICENSE-APACHE", "LICENSE-MIT", "**/*.rs", "Cargo.toml"]
license = "MIT/Apache-2.0"
name = "quad-storage"
readme = "README.md"
repository = "https://github.com/optozorax/quad-storage"
version = "0.1.3"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.nanoserde]
version = "0.1.29"
[target.'cfg(target_arch = "wasm32")'.dependencies.quad-storage-sys]
version = "0.1.0"