Skip to content

Commit

Permalink
beta 5
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdawson committed Nov 16, 2022
1 parent dbc0b16 commit 848eb9d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dear ImGui for Godot Demo.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Godot.NET.Sdk/4.0.0-beta.4">
<Project Sdk="Godot.NET.Sdk/4.0.0-beta.5">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<EnableDynamicLoading>true</EnableDynamicLoading>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public partial class MyNode : Node

## Getting Started

imgui-godot requires Godot 4.0-beta3 or later, running on a 64-bit platform.
imgui-godot requires Godot 4.0.beta5 or later, running on a 64-bit platform.

### Demo

Expand Down
2 changes: 1 addition & 1 deletion addons/imgui-godot/ImGuiGodot/ImGuiLayer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public partial class ImGuiLayer : CanvasLayer

[Export] public string IniFilename = "user://imgui.ini";

[Export(PropertyHint.Enum, "RenderingDevice,Canvas")]
[Export(PropertyHint.Enum, "RenderingDevice,Canvas,Dummy")]
public string Renderer = "RenderingDevice";

/// <summary>
Expand Down

0 comments on commit 848eb9d

Please sign in to comment.