# 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 = "flatbox_render" version = "0.1.0" description = "Provides rendering functionality for Flatbox engine" homepage = "https://konceptosociala.eu.org/flatbox" keywords = ["flatbox"] categories = [ "game-engines", "rendering", ] license = "Unlicense" repository = "https://github.com/konceptosociala/flatbox" [dependencies.anyhow] version = "1.0.75" [dependencies.bytemuck] version = "1.7.2" [dependencies.casey] version = "0.4.0" [dependencies.egui] version = "0.19" features = ["bytemuck"] [dependencies.egui-winit] version = "0.19.0" features = [ "clipboard", "links", ] default-features = false [dependencies.flatbox_assets] version = "0.1.0" [dependencies.flatbox_core] version = "0.1.0" [dependencies.flatbox_ecs] version = "0.1.0" optional = true [dependencies.gl] version = "0.14.0" [dependencies.glutin] version = "0.29.1" features = ["x11"] optional = true [dependencies.image] version = "0.24.5" [dependencies.palette] version = "0.7.3" [dependencies.parking_lot] version = "0.12.0" features = ["serde"] [dependencies.pretty-type-name] version = "1.0.1" [dependencies.readonly] version = "0.2.11" [dependencies.serde] version = "1.0.188" features = [ "derive", "rc", ] [dependencies.thiserror] version = "1.0.49" [features] context = ["dep:glutin"] default = [ "context", "ecs", ] ecs = ["dep:flatbox_ecs"]