# 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 = "theframework" version = "0.1.20" exclude = ["Xcode"] description = "A cross platform application UI framework." readme = "README.md" keywords = [ "application", "framework", "graphics", "user-interface", "gui", ] license = "MIT" repository = "https://github.com/markusmoenig/theframework.git" [dependencies.env_logger] version = "0.11" [dependencies.flate2] version = "1.0" optional = true [dependencies.fontdue] version = "0.8.0" [dependencies.futures] version = "0.3" optional = true [dependencies.log] version = "0.4" [dependencies.maths-rs] version = "0.2" features = [ "short_types", "short_hand_constructors", "casts", "serde", ] [dependencies.pixels] version = "0.13.0" optional = true [dependencies.png] version = "0.17.8" [dependencies.rayon] version = "1" optional = true [dependencies.rfd] version = "0.12" optional = true [dependencies.rust-embed] version = "8" features = ["include-exclude"] default-features = true [dependencies.rustc-hash] version = "1.1.0" [dependencies.serde] version = "1.0" features = ["derive"] optional = false [dependencies.serde_json] version = "1.0" optional = false [dependencies.uuid] version = "1.1.2" features = [ "v4", "fast-rng", "macro-diagnostics", "serde", "js", ] [dependencies.vectorize] version = "0.2.0" [dependencies.winit] version = "0.28.7" optional = true [dependencies.winit_input_helper] version = "0.14.1" optional = true [features] code = [] default = ["pixels_winit"] pixels_winit = [ "pixels", "winit", "winit_input_helper", ] ui = [ "futures", "rfd", "flate2", "rayon", ] [target."cfg(target_arch = \"wasm32\")".dependencies.console_error_panic_hook] version = "0.1" [target."cfg(target_arch = \"wasm32\")".dependencies.console_log] version = "1.0.0" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen-futures] version = "0.4" [target."cfg(target_arch = \"wasm32\")".dependencies.web-sys] version = "0.3" features = ["GpuTextureFormat"]