# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "rasm" version = "0.0.0" authors = ["Fereydoun Memarzanjany "] publish = true description = "Data-Oriented 3D WebGPU Game Engine Written in Rust WebAssembly." homepage = "https://VioletVillain.github.io/RASM/" documentation = "https://github.com/VioletVillain/RASM/wiki" readme = "README.md" keywords = ["rasm", "graphics", "3D", "game", "engine"] categories = ["webgpu", "webassembly", "concurrency", "graphics", "game-engines"] license = "GPL-3.0-or-later" repository = "https://github.com/VioletVillain/RASM" [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 debug = false debug-assertions = false rpath = false panic = "abort" overflow-checks = false incremental = false [lib] crate-type = ["cdylib"] [dependencies.wasm-bindgen] version = "0.2.58"