# 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 = "oxygengine-composite-renderer-backend-web" version = "0.30.0" authors = ["Patryk 'PsichiX' Budzynski "] description = "Composite renderer Web backend module for Oxygengine" homepage = "https://github.com/PsichiX/oxygengine" documentation = "https://docs.rs/oxygengine-composite-renderer-backend-web" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/PsichiX/oxygengine" [dependencies.js-sys] version = "0.3" [dependencies.oxygengine-backend-web] version = "0.30" [dependencies.oxygengine-composite-renderer] version = "0.30" features = ["web"] [dependencies.oxygengine-core] version = "0.30" features = ["web"] [dependencies.wasm-bindgen] version = "0.2" [dependencies.web-sys] version = "0.3" features = [ "CanvasRenderingContext2d", "Document", "Element", "HtmlCanvasElement", "HtmlImageElement", "Window", "Blob", "BlobPropertyBag", "Url", "FontFace", "FontFaceDescriptors", "FontFaceSet", "Event", ] [features] scalar64 = [ "oxygengine-core/scalar64", "oxygengine-composite-renderer/scalar64", ]