# 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 = "egui_sdl2_platform" version = "0.3.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A render-backend independant egui backend for sdl2" readme = "README.md" license = "MIT" [lib] name = "egui_sdl2_platform" path = "src/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.egui] version = "0.27" [dependencies.log] version = "0.4" [dependencies.sdl2] version = "0.37.0" features = ["raw-window-handle"] [features] sdl2_bundled = ["sdl2/bundled"] sdl2_gfx = ["sdl2/gfx"] sdl2_image = ["sdl2/image"] sdl2_mixer = ["sdl2/mixer"] sdl2_static-link = ["sdl2/static-link"] sdl2_ttf = ["sdl2/ttf"] sdl2_unsafe_textures = ["sdl2/unsafe_textures"] sdl2_use-bindgen = ["sdl2/use-bindgen"] sdl2_use-mac_framework = ["sdl2/use_mac_framework"] sdl2_use-pkgconfig = ["sdl2/use-pkgconfig"] sdl2_use-vcpkg = ["sdl2/use-vcpkg"]