# 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 = "limelight-yew" version = "0.1.0" description = "Scaffolding for creating WebGL2-rendered Yew components with limelight" readme = "README.md" keywords = ["webgl"] license = "MIT" repository = "https://github.com/drifting-in-space/limelight" [dependencies.anyhow] version = "1.0.51" [dependencies.gloo-events] version = "0.1.1" [dependencies.gloo-render] version = "0.1.0" [dependencies.limelight] version = "0.1.3" [dependencies.log] version = "0.4.14" [dependencies.wasm-bindgen] version = "0.2.78" [dependencies.web-sys] version = "0.3.55" features = ["Window", "HtmlCanvasElement"] [dependencies.yew] version = "0.19.3"