Skip to content

Commit

Permalink
fix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tedsteen committed Sep 8, 2023
1 parent 57e8645 commit 70f8119
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/egui_glow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ glutin-winit = "0.3.0"
raw-window-handle = "0.5.0"
# examples/pure_glow_sdl2
env_logger = "0.10"
sdl2 = { git = "https://github.com/Rust-SDL2/rust-sdl2.git", features = [
"bundled",
"static-link",
] }

[[example]]
name = "pure_glow_winit"
Expand Down

0 comments on commit 70f8119

Please sign in to comment.