Skip to content
Closed
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ alsa_plugins_jll = "5ac2f6bb-493e-5871-9171-112d4c21a6e7"
[compat]
CEnum = "0.4"
ColorTypes = "0.8, 0.9, 0.10, 0.11"
SDL2_gfx_jll = "1.0.3"
SDL2_gfx_jll = "1.0.4"
SDL2_image_jll = "2.6.2"
SDL2_jll = "2.24.2"
SDL2_mixer_jll = "2.6.2"
Expand Down
2 changes: 1 addition & 1 deletion src/LibSDL2.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7789,7 +7789,7 @@ const SDL2_GFXPRIMITIVES_MAJOR = 1

const SDL2_GFXPRIMITIVES_MINOR = 0

const SDL2_GFXPRIMITIVES_MICRO = 3
const SDL2_GFXPRIMITIVES_MICRO = 4

# Skipping MacroDefinition: SDL2_GFXPRIMITIVES_SCOPE extern

Expand Down