# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "wasm4" version = "0.2.0" authors = ["Daria Sukhonina "] exclude = ["**/*.png"] description = "WASM-4 bindings for Rust" readme = "README.md" keywords = [ "wasm-4", "wasm4", ] categories = [ "api-bindings", "wasm", ] license = "MIT" repository = "https://github.com/ZetaNumbers/wasm4-rs" [package.metadata.docs.rs] all-features = true default-target = "wasm32-unknown-unknown" targets = [] [[example]] name = "sans" crate_type = ["cdylib"] required-features = ["include-sprites"] [[example]] name = "ticking" crate_type = ["cdylib"] [dependencies.bitflags] version = "1.3.2" [dependencies.wasm4-common] version = "0.1.4" [dependencies.wasm4-impl] version = "0.1.3" optional = true [dependencies.wasm4-sys] version = "0.1.3" [features] include-sprites = ["dep:wasm4-impl"] std = []