egui_window_sdl2 0.3.0

sdl2 window integration for egui
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "egui_window_sdl2"
version = "0.3.0"
edition = "2021"
license = "MIT"
description = "sdl2 window integration for egui"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
sdl2 = { version = "0.35", features = ["raw-window-handle"] }
egui_backend = { version = "0.2"}