egui-sdl2 0.2.6

egui + SDL2: event handling and rendering via OpenGL, Canvas, WebGPU
Documentation
# 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"
version = "0.2.6"
authors = ["troidem <mxmgorin@gmail.com>"]
build = false
include = [
    "../LICENSE-APACHE",
    "../LICENSE-MIT",
    "**/*.rs",
    "Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "egui + SDL2: event handling and rendering via OpenGL, Canvas, WebGPU"
homepage = "https://github.com/mxmgorin/egui-sdl2"
readme = "README.md"
keywords = [
    "sdl2",
    "egui",
    "gui",
    "gamedev",
]
categories = ["gui"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/mxmgorin/egui-sdl2"

[features]
canvas-backend = [
    "sdl2-sys",
    "bytemuck",
    "egui/bytemuck",
    "sdl2/unsafe_textures",
]
default = [
    "links",
    "glow-backend",
    "canvas-backend",
    "wgpu-backend",
]
glow-backend = [
    "glow",
    "egui_glow",
]
links = ["webbrowser"]
sdl2-bundled = ["sdl2/bundled"]
sdl2-gfx = ["sdl2/gfx"]
sdl2-image = ["sdl2/image"]
sdl2-mixer = ["sdl2/mixer"]
sdl2-raw-window-handle = ["sdl2/raw-window-handle"]
sdl2-static-link = ["sdl2/static-link"]
sdl2-ttf = ["sdl2/ttf"]
sdl2-unsafe_textures = ["sdl2/unsafe_textures"]
sdl2-use-bindgen = ["sdl2/use-bindgen"]
sdl2-use-pkgconfig = ["sdl2/use-pkgconfig"]
sdl2-use-vcpkg = ["sdl2/use-vcpkg"]
sdl2-use_ios_framework = ["sdl2/use_ios_framework"]
sdl2-use_mac_framework = ["sdl2/use_mac_framework"]
wgpu-backend = [
    "egui-wgpu",
    "web-time",
    "sdl2/raw-window-handle",
]

[lib]
name = "egui_sdl2"
path = "src/lib.rs"

[[example]]
name = "canvas"
path = "examples/canvas.rs"

[[example]]
name = "glow"
path = "examples/glow.rs"

[[example]]
name = "wgpu"
path = "examples/wgpu.rs"

[dependencies.bytemuck]
version = "1.23.2"
optional = true

[dependencies.egui]
version = "0.33.0"

[dependencies.egui-wgpu]
version = "0.33.0"
optional = true

[dependencies.egui_glow]
version = "0.33.0"
optional = true

[dependencies.glow]
version = "0.16.0"
optional = true

[dependencies.log]
version = "0.4.28"

[dependencies.sdl2]
version = "0.38.0"
default-features = false

[dependencies.sdl2-sys]
version = "0.38"
optional = true

[dependencies.web-time]
version = "1.1.0"
optional = true

[dependencies.webbrowser]
version = "1.0.5"
optional = true

[dev-dependencies.pollster]
version = "0.4.0"