# 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 = "2018" name = "flo_draw" version = "0.3.1" authors = ["Andrew Hunter"] include = [ "Cargo.toml", "src/**/*", "examples/**/*", "images/**/*", "guide_images/**/*", "GUIDE.md", "README.md", ] description = "Hassle-free windowed 2D graphics rendering" readme = "README.md" categories = [ "graphics", "rendering", "gui", ] license = "Apache-2.0" repository = "https://github.com/Logicalshift/flo_draw" [dependencies.desync] version = "0.7" [dependencies.flo_binding] version = "2.0" [dependencies.flo_canvas] version = "0.3" features = [ "outline-fonts", "image-loading", ] [dependencies.flo_canvas_events] version = "0.3" [dependencies.flo_render] version = "0.3" features = ["opengl"] [dependencies.flo_render_canvas] version = "0.3" [dependencies.flo_stream] version = "0.6" [dependencies.futures] version = "0.3" [dependencies.gl] version = "0.14" [dependencies.glutin] version = "0.26.0" [dependencies.lazy_static] version = "1.2" [dev-dependencies.flo_curves] version = "0.6" [dev-dependencies.futures-timer] version = "3.0" [dev-dependencies.num-complex] version = "0.4" [dev-dependencies.rand] version = "0.8"