# 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 = "old_school_gfx_glutin_ext" version = "0.34.0" authors = ["Alex Butler "] description = "Extensions for glutin to initialize & update old school gfx" readme = "README.md" keywords = [ "gamedev", "graphics", "gfx", "glutin", ] license = "Apache-2.0" repository = "https://github.com/alexheretic/old-school-gfx-glutin-ext" [dependencies.gfx_core] version = "0.9.2" [dependencies.gfx_device_gl] version = "0.16.2" [dependencies.glutin] version = "0.32" default-features = false [dependencies.glutin-winit] version = "0.5" default-features = false [dependencies.raw-window-handle] version = "0.6.2" [dependencies.winit] version = "0.30" default-features = false [dev-dependencies.gfx] version = "0.18.3" [dev-dependencies.winit] version = "0.30" default-features = true [features] default = ["glutin-winit/default"]