# 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" rust-version = "1.75.0" name = "trs_24" version = "0.2.0" exclude = [ "assets/*", "android/*", ] description = "An OpenGL-Powered Game Engine (OpenGL 2.0+)" readme = "README.md" keywords = [ "gamedev", "graphics", "android", "trs_24", "engine", ] categories = [ "game-engines", "game-development", "graphics", "rendering", ] license = "MIT OR Apache-2.0" repository = "https://github.com/p0ryae/TRS_24" [dependencies.freetype-rs] version = "0.34.1" [dependencies.glutin] version = "0.32.0" default-features = false [dependencies.imgui] version = "0.12.0" [dependencies.json] version = "0.12.4" [dependencies.nalgebra-glm] version = "0.18.0" [dependencies.raw-window-handle] version = "0.6.2" [dependencies.stb_image_rust] version = "2.27.2" [dependencies.winit] version = "0.30.0" features = ["rwh_06"] default-features = false [build-dependencies.cfg_aliases] version = "0.1.1" [build-dependencies.gl_generator] version = "0.14" [features] default = [ "egl", "glx", "x11", "wayland", "wgl", ] egl = ["glutin/egl"] glx = [ "glutin/glx", "x11", ] wayland = [ "glutin/wayland", "winit/wayland", ] wgl = ["glutin/wgl"] x11 = [ "glutin/x11", "winit/x11", ]