# 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 = "yew_spline" version = "0.2.1" authors = ["kf@krirogn.dev "] description = "Spline runtime component for Yew" homepage = "https://krirogn.dev" readme = "README.md" keywords = [ "yew", "spline", "3D", ] categories = ["wasm"] license = "MIT" repository = "https://github.com/krirogn/yew_spline" resolver = "2" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.wasm-bindgen] version = "0.2.83" [dependencies.web-sys] version = "0.3.60" features = ["HtmlCanvasElement"] [dependencies.yew] version = "0.19.3"