# 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 = "thin-engine" version = "0.3.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A thin engine between glium, winit, glium-types and winit-input-map with some extra helper functions" readme = "README.md" keywords = [ "gamedev", "engine", "game", ] license = "MIT OR Apache-2.0 OR CC-BY-4.0" repository = "https://github.com/abyss-witch/thin-engine" [lib] name = "thin_engine" path = "src/lib.rs" [[example]] name = "minimum" path = "examples/minimum.rs" [[example]] name = "simple" path = "examples/simple.rs" [[example]] name = "simple-fxaa" path = "examples/simple-fxaa.rs" [[example]] name = "text" path = "examples/text.rs" required-features = ["text"] [dependencies.fontdue] version = "0.9.2" optional = true [dependencies.gilrs] version = "0.11.0" [dependencies.glium] version = "0.36.0" [dependencies.glium-types] version = "0.6.0" [dependencies.winit] version = "0.30.5" [dependencies.winit-input-map] version = "0.4.1" features = ["glium-types"] [features] text = ["dep:fontdue"]