# 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 = "loki-draw" version = "0.1.0" authors = [ "Speykious ", "limikael ", ] description = "Simple 2D renderer for GUIs." license = "MIT" [dependencies.gl] version = "0.14.0" [dependencies.glam] version = "0.25.0" [dependencies.rusttype] version = "0.9.3" features = ["gpu_cache"] [dev-dependencies.glutin] version = "0.31.2" [dev-dependencies.glutin-winit] version = "0.4.2" [dev-dependencies.raw-window-handle] version = "0.5.2" [dev-dependencies.winit] version = "0.29.7" features = ["rwh_05"]