# 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 = "glapp" version = "0.1.3" description = "GL context creation wrapper" homepage = "https://github.com/limikael/glapp" documentation = "https://docs.rs/glapp" readme = "README.md" license = "MIT" repository = "https://github.com/limikael/glapp" [dependencies.gl] version = "0.14.0" [dependencies.glapp-macros] version = "0.1.3" [dependencies.glutin] version = "0.30.7" optional = true [dependencies.glutin-winit] version = "0.3.0" optional = true [dependencies.raw-window-handle] version = "0.5.2" optional = true [dependencies.sdl2] version = "0.35.2" optional = true [dependencies.winit] version = "0.28.3" features = ["android-native-activity"] optional = true [features] glutin = [ "dep:glutin", "dep:winit", "dep:glutin-winit", "dep:raw-window-handle", "glapp-macros/glutin", ] sdl = [ "dep:sdl2", "glapp-macros/sdl", ] [target."cfg(target_os=\"android\")".dependencies.android_log-sys] version = "0.3.0" [target."cfg(target_os=\"android\")".dependencies.libc] version = "0.2.141"