# 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 = "pixelpwnr-render" version = "0.0.1" authors = ["Tim Visée "] description = "Blazingly fast GPU accelerated pixelflut server" homepage = "https://timvisee.com/projects/pixelpwnr-server" readme = "../README.md" keywords = [ "pixelflut", "pixelpwnr", "server", "gpu", ] categories = [ "graphics", "hardware-support", "multimedia", "rendering", "visualization", ] license = "GPL-3.0" repository = "https://github.com/timvisee/pixelpwnr-server" [lib] [dependencies.draw_state] version = "0.8" [dependencies.gfx] version = "0.18" [dependencies.gfx_device_gl] version = "0.16" [dependencies.gfx_text] version = "0.29" [dependencies.glutin] version = "0.28" [dependencies.lazy_static] version = "1.4" [dependencies.old_school_gfx_glutin_ext] version = "0.28" [dependencies.parking_lot] version = "0.12.0"