# 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 = "2018" name = "solstice" version = "0.1.22" authors = ["Tanner Rogalsky "] description = "Cross-platform graphics." readme = "README.md" license-file = "LICENSE" repository = "https://github.com/TannerRogalsky/solstice" [dependencies.bytemuck] version = "1.5" [dependencies.glow] version = "0.8" [dependencies.log] version = "0.4" [dependencies.mint] version = "0.5" [dependencies.ndarray] version = "0.15" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.slotmap] version = "1.0" [dependencies.solstice-derive] version = "0.1" optional = true [dev-dependencies.glutin] version = "0.26" [features] default = ["web-sys"] derive = ["solstice-derive"] serialize = ["serde"] [target."cfg(target_arch = \"wasm32\")".dependencies.web-sys] version = "0.3" features = ["HtmlImageElement"] optional = true