# 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-event" version = "0.4.1" authors = ["Valtteri Vallius"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Provides event handling for egui in SDL2 window applications." homepage = "https://github.com/kaphula/egui-sdl2-event" readme = "README.md" keywords = [ "sdl2", "egui", ] categories = ["gui"] license = "MIT" repository = "https://github.com/kaphula/egui-sdl2-event" [lib] name = "egui_sdl2_event" path = "src/lib.rs" [dependencies.egui] version = "0.28.1" [dependencies.sdl2] version = "0.37.0" features = [ "raw-window-handle", "bundled", "static-link", ]