# 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 = "we3d" version = "0.1.1" authors = ["Interface0625 "] include = ["src/**/*", "Cargo.toml"] description = "A Wasm Engine 3d. Test project" license = "MIT" repository = "https://github.com/Interface0625/we3d.git" [lib] crate-type = ["cdylib"] [dependencies.approx] version = "0.3.2" [dependencies.console_error_panic_hook] version = "0.1.6" [dependencies.futures] version = "0.3.5" [dependencies.gltf] version = "0.15.2" [dependencies.js-sys] version = "0.3.40" [dependencies.lazy_static] version = "1.4.0" [dependencies.nalgebra] version = "0.21.1" [dependencies.serde] version = "1.0.112" features = ["derive"] [dependencies.serde_json] version = "1.0.55" [dependencies.wasm-bindgen] version = "0.2.63" features = ["serde-serialize"] [dependencies.wasm-bindgen-futures] version = "0.4.13" [dependencies.web-sys] version = "0.3.40" features = ["Document", "Headers", "Request", "RequestInit", "RequestMode", "Response", "Element", "HtmlCanvasElement", "MouseEvent", "WebGlBuffer", "WebGlProgram", "WebGlRenderingContext", "WebGlShader", "WebGlUniformLocation", "Window"]