# 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 = "willow" version = "0.0.3" authors = ["SOFe "] description = "Willow is a library for using the WebGL API in WebAssembly projects." license = "Apache-2.0" repository = "https://github.com/SOF3/willow" [dependencies.anyhow] version = "1.0.40" [dependencies.cfg-if] version = "1.0.0" [dependencies.field-offset] version = "0.3.4" [dependencies.js-sys] version = "0.3.51" [dependencies.log] version = "0.4.14" [dependencies.nalgebra] version = "0.27.0" optional = true [dependencies.once_cell] version = "1.7.2" [dependencies.paste] version = "1.0.5" [dependencies.wasm-bindgen] version = "0.2.74" [dependencies.web-sys] version = "0.3.47" features = ["WebGlBuffer", "WebGlProgram", "WebGlRenderingContext", "WebGlShader", "WebGlUniformLocation", "HtmlCanvasElement"] [dependencies.willow-codegen] version = "0.0.3" [features] default = ["nalgebra"]