# 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 = "moon-engine" version = "0.1.1" authors = ["Alvin Philips "] description = "A WebGL2/WASM Game Library written in the Rust programming language." readme = "../README.md" license = "MIT" repository = "https://github.com/polarvoid/moon-engine" resolver = "2" [profile.release] opt-level = "s" lto = true [lib] crate-type = ["cdylib", "rlib"] [dependencies.console_error_panic_hook] version = "0.1.7" optional = true [dependencies.js-sys] version = "0.3.59" [dependencies.nalgebra] version = "0.31.0" [dependencies.wasm-bindgen] version = "0.2.79" [dependencies.web-sys] version = "0.3.56" features = ["Document", "Element", "Window", "KeyboardEvent", "Performance", "HtmlCanvasElement", "HtmlImageElement", "WebGl2RenderingContext", "WebGlProgram", "WebGlShader", "WebGlTexture", "WebGlBuffer", "WebGlVertexArrayObject", "WebGlUniformLocation"] [dependencies.wee_alloc] version = "0.4.5" optional = true [dev-dependencies.wasm-bindgen-test] version = "0.3.29" [features] default = ["console_error_panic_hook"]