# 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 = "frapp" version = "0.1.4" authors = ["Joseph C. Osborn "] description = "An app abstraction for simple uses of frenderer, the friendly WGPU renderer." documentation = "https://docs.rs/frapp" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/JoeOsborn/frenderer" [dependencies.assets_manager] version = "0.11" features = [ "png", "hot-reloading", "embedded", ] [dependencies.frenderer] version = "0.10.0" [dependencies.winit] version = "0.29" [features] default = [] webgl = ["frenderer/webgl"] [target."cfg(target_arch = \"wasm32\")".dependencies.getrandom] version = "0.2.12" features = ["js"]