diff options
Diffstat (limited to 'engine/Cargo.toml')
| -rw-r--r-- | engine/Cargo.toml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/engine/Cargo.toml b/engine/Cargo.toml index 0c1f5c3..31fa6eb 100644 --- a/engine/Cargo.toml +++ b/engine/Cargo.toml @@ -42,10 +42,9 @@ git = "https://github.com/HampusMat/slang-rs" branch = "prebuilt-and-artifacts" [dependencies.dear-imgui-rs] -git = "https://github.com/Latias94/dear-imgui-rs" -# This commit has a fix for linking with libstdc++ on non-msvc Windows targets. When a -# release with this fix is available, it should be used instead -rev = "cd2425b699e746852757e9290257bbf09129cfa7" +# This alpha release has a fix for linking with libstdc++ on non-msvc Windows targets. +# When a stable release with this fix is available, it should be used instead +version = "=0.16.0-alpha.1" features = ["freetype"] [build-dependencies] |
