imgui-sdl3 0.5.2

Integration of ImGui with SDL3
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[graph]
all-features = true

[advisories]
unmaintained = "workspace"
ignore = []

# [bans]
# multiple-versions = "deny"
# wildcards = 'deny'

[sources]
unknown-registry = "deny"
unknown-git = "deny"

[licenses]
allow = ["Apache-2.0", "MIT", "Zlib"]